algolia / algoliasearch-helper-flutter

⚡️ Building block to create instant-search applications with Flutter
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
Other
22 stars 15 forks source link

Selected Facet value is not applied to search filter after toggling another Facet #127

Open JonasJW opened 7 months ago

JonasJW commented 7 months ago

Describe the bug 🐛
When having two Facets that are filterable, the state of a selected facet is lost when selecting another facet.

To Reproduce 🔍
I followed the steps in the getting started example exactly. With this setup, the following steps show the issue

Note, the checkbox of the selected value for Facet A is still checked.

Expected behavior 💭
After the above steps, it should still filter based on the selected value of Facet A

Environment: