Description of your use case: I want to be able to search for an arbitrary substring of the task name, task description and task process name. being combined with an OR operator to one criteria.
Current Behaviour
No OR combination, only an AND.
Wanted Behaviour
Providing a filter string task.textSearch%foo should be evaluated as a OR(task.name%foo, task.description%foo, task.processName%foo)
Scenario
Current Behaviour
No OR combination, only an AND.
Wanted Behaviour
Providing a filter string
task.textSearch%foo
should be evaluated as a OR(task.name%foo, task.description%foo, task.processName%foo)Possible Workarounds
None