Replies: 1 comment 1 reply
-
Hi @Dazfl Any luck here? what was you solution for IN List? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It appears (for now) that the Sieve filters doesn't handle a scenario like
filters=Property1@=value1|Property2@=value2
, so I figured a custom filter is the way to go. But I'm a bit stuck as to how to implement this.Does anyone know how you could implement a custom filter to implement OR logic that equates to something like:
Property1 == 'value1' OR Property2 == 'value2' ...
... how would you use it? Would it look like -
filters=CustomFilter@=(value1, value2, ...)
??Beta Was this translation helpful? Give feedback.
All reactions