Home > @yext/search-ui-react > StandardFacets
A component that displays simple facets applicable to the current vertical search.
Signature:
export declare function StandardFacets(props: StandardFacetsProps): JSX.Element;
Parameter | Type | Description |
---|---|---|
props | StandardFacetsProps | StandardFacetsProps |
Returns:
JSX.Element
A React component for facets
Numerical facets is not included. Hierachical facets will not be display in a tree level structure. Use excludedFieldIds
to exclude hierachical facets, if any, when using this component.