holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
68 stars 26 forks source link

Implement like `textSearch` on as a like search on task name, description and process name using like operator. #787

Closed zambrovski closed 1 year ago

zambrovski commented 1 year ago

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