Home > @vsf-enterprise/commercetools > ConfigFacetingOptions
# ConfigFacetingOptions interface
Search options available to the user, such as pagination, sorting and available filters
Signature:
export interface ConfigFacetingOptions
# Properties
Property | Type | Description |
---|---|---|
availableFacets | ConfigFacet[] | Filters available to the user |
filteringStrategy | FacetFilteringStrategy | Fallback scope applied to the facets that don't have strategy defined |
pageOptions | number[] | Number of elements that can be displayed per page |
sortingOptions | ConfigSortingOptions[] | Sorting options available to the user |
subcategoriesLimit | number | The maximum number of subcategories displayed for any given category. |