Hey guys,
I implemented the native algolia search integration within my app and everything works fine. Data is indexed automatically and the search is quite convenient.
Now, I was wondering how one can enable the use of boolean operators in algolia search.
In the official algolia docs it is stated that boolean operators are supported (Link: Filters and boolean operators | Algolia).
Boolean operators are for example AND, OR and NOT.
For some reason it is not enabled by default as you can see in the following two search results:
When applying the boolean AND I receive 0 search results:
Thanks for your help!