Does orama support "nested conditions" and "Or" operation in filtering? #670
-
Orama documentation on filtering - https://docs.oramasearch.com/open-source/usage/search/filters - presents this kind of structure for applying filters:
By the looks of it, this implies that these conditions are joined by an "and", and there is also no talk of an "or" operator or nested conditions. So in short, my question is whether orama support or plan to support this in future? Basically something like this mongodb filter:
or this SQL where clause:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @AHaseebAwan , |
Beta Was this translation helpful? Give feedback.
Hi @AHaseebAwan ,
We don't support this right now. Might be in the roadmap for the future, but I don't have an exact timeframe to give you right now.