react-instantsearch
react-instantsearch copied to clipboard
Facet Value search filters are not considered once filtering by another facet.
🐛 Bug description
Facet Value search filters are not considered once filtering by another facet.
🔍 Bug reproduction
Steps to reproduce the behavior:
- Go to demo page https://react-instantsearch.netlify.app/examples/e-commerce/search/?price=%3A
- In the facet search textbox for facet "brand", enter any value that returns 0 result, e.g. "ab".
- Change the facet selection for price -> The facet search for facet "brand" is being ignored. All facet values are again displayed
💭 Expected behavior
The entered filter for facet "brand" stays in place.
🖥 Screenshots
Environment
- Browser: Firefox
- Version: 98.0.1
Additional context
Will close, and move to React Instantsearch project.
I've moved it, thanks. This indeed doesn't misbehave in vanilla InstantSearch