Hey guys I have an instant search question. I need...
# community-help
d
Hey guys I have an instant search question. I need to be able to keep a particular facet - no matter what happens. The use case: category pages. You can go to : example.com/cat1 or example.com/cat2 cat1 and cat2 would indicate a particular cat - i need to have cat1 always include no matter what other filters user selects. currentlly i'm doing this via on('render') but this causes multipe (2 queries) So i wondered if there's a more efficient way to go about this.