/
Search Models
Search Models
Facets
type FacetType =
| 'checkbox'
| 'color'
| 'date-range'
| 'link'
| 'numeric-range'
| 'range-slider'
| 'recent-searches'
| 'related-searches'
| 'search'
| 'size'
| 'tabs'
| 'unsupported';
interface FacetValueColor {
name: string;
hex?: string;
imageUrl?: string;
}
interface FacetValue {
title: string;
imageUrl?: string;
value?: string;
color?: FacetValueColor;
count?: number;
level?: number;
selected?: boolean;
excluded?: boolean;
children?: Array<FacetValue>;
}
Pagination
Redirects
Selected Facets
Search Results Items
Sorting
Search Response
For more information on Content Zones, see Content Models.
Search Request
, multiple selections available,
Related content
Installation
Installation
Read with this
Facet and Field Types
Facet and Field Types
More like this
Handlebars Templates
Handlebars Templates
Read with this
Facet Objects
Facet Objects
More like this
Checkbox List Facet Component
Checkbox List Facet Component
More like this
Facet Type Components
Facet Type Components
More like this