Hi! Is there an equivalent to the or filtering con...
# community-help
i
Hi! Is there an equivalent to the or filtering condition? I want to return documents that have either a property or another one and I couldn't find it in the docs. Thanks!
k
👋 Currently it's only possible to do OR within a given field, like
age: [20, 30, 40]
but not across fields, but we have an issue open for that and it's an important one for us to address soon.
i
Hi, thanks for the fast reply! Is there any ETA? Just so I know if I need to completely rethink my system or not. Thanks for this amazing product!
k
We want to target by end of the year. It's a major feature and will require extending the query language to support ORing.
❤️ 1
j
@Iulian Deaconu Here's a work-around in the meantime using multi_search: https://github.com/typesense/typesense/issues/281#issuecomment-948179523
i
Thank you! That's really helpful!
👍 1