Is there any way for facets appear before a search is conducted?

The facets react component (<Facets />) requires an initial search to be conducted through a search bar, and then the individual facets will appear allowing the user to refine their search. Is there any way to make the facets can appear on page load so the user can execute a query using the facet options, without having to perform a search in the search bar?

Hi Rohit,

You’d want to use filters instead. Static filters appear pre-search and aren’t dependent on a search query. Whereas facets appear after an initial search has been conducted. You can find more details on the StaticFilters component here.

Let us know if that helps or if you need any more info!