cancel
Showing results for 
Search instead for 
Did you mean: 

customization for the search from the list in backoffice

jyoti-yadav
Discoverer
0 Kudos

I am trying to customize the search results for the search from list option in usergroups. By default it searches using id and name. I want to add a new attribute through which I can see the results directly and requirement is not to use the advance search.

jyoti-yadav
Discoverer
0 Kudos
screenshot-20231207-121022-teams.jpg

Please find the attached screenshot

Accepted Solutions (0)

Answers (1)

Answers (1)

adiputera
Active Participant
0 Kudos

You need to create the simple search config

<context type="UserGroup" component="simple-search">
<simple-search:simple-search>
<simple-search:field name="yourAttribute1"/>
<simple-search:field name="yourAttribute2"/>
</simple-search:simple-search>
</context>