Replies: 2 comments 1 reply
-
|
Hi @minderjan . On the Action menu, there is a "Search group" feature that will search all subgroups. Does that solve your issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@minderjan Yes, that's broken now. Thanks for the feedback! We will fix it asap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
the old admin UI provided a capability to search for subgroups. This was a really helpful feature, if there exists many nested child groups. As I've seen in keycloak 18, the new admin UI performs only a local search within the current displayed group list. But this makes it impossible to search for nested groups.
Probably this would be solved, if there's a possibility to display the whole group tree (mentioned in 12030).
Example
We have one parent and one child group

I want to search for

child-group-01on the main group menuExpected The
child-group-01will be found.Old UI
The current UI performs an API call which returns the whole tree of groups, which matches the search term. Within this tree, all matching groups will be highlighted locally.
Beta Was this translation helpful? Give feedback.
All reactions