Additional Filter Operators For filtering Task List
Current Behaviour
Currently there are already some operators supported by the task list api like <,>,=.
Wanted Behaviour
We need another operator that supports an "in"/"one of" operator where the value must be equal to one of the passed values.
The syntax could be like : =<value 1>|<value 2>|...
Possible Workarounds
There's no possibility to achieve this with the given filter operators
836 implements very similar behavior. You can provide multiple filters for the same attribute and they will be OR-composed before being AND-composed with filters for other values
Additional Filter Operators For filtering Task List
Current Behaviour
Currently there are already some operators supported by the task list api like <,>,=.
Wanted Behaviour
We need another operator that supports an "in"/"one of" operator where the value must be equal to one of the passed values. The syntax could be like :=<value 1>|<value 2>|...
Possible Workarounds
There's no possibility to achieve this with the given filter operators