<@U01NZ4D0LDD> i've tried to implement the flatten...
# community-help
l
@Jason Bosco i've tried to implement the flattening +
exists
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?