Faceting
Faceting is a powerful tool for E-commerce website, find below how you can configure it with XO Search
Parameters
facets
facetsProperty
Type
Description
"facets": [
{
"id": "facet-name",
"values": ["string-value", ...]
},
...
]type Facets = { id: string, values: string[] }[];Notes
Response
API ReferenceUsage examples
Filter results based on facets values
Last updated

