Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 953 Bytes

search-ui-react.standardfacets.md

File metadata and controls

30 lines (17 loc) · 953 Bytes

Home > @yext/search-ui-react > StandardFacets

StandardFacets() function

A component that displays simple facets applicable to the current vertical search.

Signature:

export declare function StandardFacets(props: StandardFacetsProps): JSX.Element;

Parameters

Parameter Type Description
props StandardFacetsProps StandardFacetsProps

Returns:

JSX.Element

A React component for facets

Remarks

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.