facets
Array of string, Optional Faceting gives you an idea of what attributes are available within your search. This can help end users select from various facets and filter listings, providing a great front-end experience for the end users. Buildify currently supports plenty of attributes for facets such as:- type
- agents
- owners
- country
- builders
- amenities
- architects
- brokerages
- communities
- salesCentres
- neighbourhood
- cityOrDistrict
- municipalities
- salesCompanies
- marketingCompanies
getFacetCounts
with facets=["*"]
will provide all the available facets with their counts.
Facets
Within your search query, you can useNote: The actual response may be different. For illustration purposes, the response has been limited.
facets=["amenities"]
to retrieve counts of each of the amenities available within your search.
Facets are returned in the response with the facets
key, where each object represents a facet.
Returned facet counts represent the whole search result,s not just the paginated one (results that are there but not returned due to pagination).