react-instantsearch icon indicating copy to clipboard operation
react-instantsearch copied to clipboard

Facet Value search filters are not considered once filtering by another facet.

Open ChristianMattarVT opened this issue 4 years ago • 2 comments

🐛 Bug description

Facet Value search filters are not considered once filtering by another facet.

🔍 Bug reproduction

Steps to reproduce the behavior:

  1. Go to demo page https://react-instantsearch.netlify.app/examples/e-commerce/search/?price=%3A
  2. In the facet search textbox for facet "brand", enter any value that returns 0 result, e.g. "ab".
  3. 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

BeforePriceFilterChange AfterPriceFilterChange

Environment

  • Browser: Firefox
  • Version: 98.0.1

Additional context

ChristianMattarVT avatar Mar 24 '22 11:03 ChristianMattarVT

Will close, and move to React Instantsearch project.

ChristianMattarVT avatar Mar 24 '22 14:03 ChristianMattarVT

I've moved it, thanks. This indeed doesn't misbehave in vanilla InstantSearch

Haroenv avatar Mar 24 '22 14:03 Haroenv