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

Â