Steps to reproduce:
1. Go to Organization >> Groups
2. Add a new filter, name
3. Select one existing name
Actual Results:
No results are found
Expected Results:
It should show the matching results, like in the Users filter.
Workaround (if any):
The problem is, that the filter parameter is set to the group ID instead of the group name:
https://<admin>/admin-ng/groups/groups.json?filter=Name:switch_ch_external_applications&limit=10&offset=0
Whereas switch_ch_external_applications is a group id, the name of the group was "External Applications".