[Vue] ais-index ignore/obey specific filters #6643
Unanswered
indykoning
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using vue-instantsearch to display a list of products with their filters.
But i also want to show a list of categories matching the search query.
However due to the product filters once one is applied all categories disappear.
Is there a way to only listen to a specific filter for this categories index?
Here's an example of my situation
When i use the search box, both show relevant results.
The moment i use the color filter, categories will never show results unless i deselect the color.
Beta Was this translation helpful? Give feedback.
All reactions