Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.02 KB

search-ui-react.standardfacets.md

File metadata and controls

35 lines (21 loc) · 1.02 KB

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

StandardFacets() function

Warning: This API is now obsolete.

Use Facets() instead.

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

Signature:

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.