Leon Wolf
09/12/2024, 11:44 AMexists
approach, but encountered an issue with the algolia instantsearch client:
• how do i define such filters described here across multiple facets - e.g. lionsExist OR lion.data.count
or (lionsExist OR lion.data.count AND lion.data.avgAge) OR (...)
? The documentation says that in Algolia it is not permitted to do queries across formats like this. Is this fixed in the typesense adapter?
• Otherwise how we should best modify the instantsearch client to format the query into this format?