Hi!
Is it possible to add facetFilters to the searchState
object?
So I’ve tried to add to <InstantSearch />
component searchState
prop with facetFilters
value, something like this:
<InstantSearch
searchState={{
facetFilters: [['Diameter:42.4']],
}}>
But it didn’t work