Search tasks by display name - how?

1
0
-1

The "search" box in the "tasks" list searches the tasks by name NOT by display name, meaning you cant search by the string shown in the "Task name" column of the UI. Not much good if you have 100s of instances of the same task, distinguished by their display names.

Is there a way round this?

3 answers

1
0
-1

Hi

Were you able to solve your problem? I'm trying to do something similar, your solution can help me. Could you explain?

1
0
-1

You can search task by name using filter in rest api...
For example, you can use this API/bpm/humanTask?p=0&c=10&f=displayName=*name

Hope this can help you.

1
0
-1

The search is actually searching on the display name but by default, search uses a "starts by" algorithm for searching, and finds matches where the search string occurs at the start of a phrase. You might be looking for word based search which you can find here
http://documentation.bonitasoft.com/?page=using-list-and-search-methods&...

Notifications