results

How to get a group, searching by incomplete group name?

Bonita: 7.1

groupList = [

{"Europe_england_york"},

{"Europe_germany"},

{"Europe"}

]

I use the following API:

../API/identity/group?s=york

result = []

I want:

result = "Europe_england_york".

It only returns what I want if I search "Europe_e".

thanks in advance.

Notifications