-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mimic the facets behavior like React / JS libraries #661
Comments
Possible solution (this for now I'm doing in https://www.drupal.org/project/search_api_algolia/ but I would love to validate and do in the library itself, I see similar behavior when using React library of Algolia)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When trying to filter using facets, we display all possible options from current facet when using React library (behaves like OR). For PHP client it returns only selected facet (behaves like AND even before selecting second facet in same field).
Steps To Reproduce
The text was updated successfully, but these errors were encountered: