Implicit OR in chained WHERE clause #396
Unanswered
payton-burr
asked this question in
Q&A
Replies: 1 comment
-
I was able to come up with a solution: Playground |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm referring to #374, but specifically for FilterExpressions (docs). Is there an approachable way to apply an implicit
OR
when using chainedWHERE
clause with dynamic filtering?This may be an issue with my data modeling approach, but my use case would be for entities that have string set (or list) containing multiple categories, where I can query all entities that contain one or more matching categories.
Beta Was this translation helpful? Give feedback.
All reactions