on 2023 Dec 07 12:07 PM
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.
Request clarification before answering.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.