-
Bug
-
Resolution: Done
-
Undefined
-
2.3
-
None
Description
The http://localhost:8002/ui/group-list page uses ?name= instead of ?name__icontains for the role filter.
Steps to Reproduce
- create a group named foo
- create a group named foo2
- filter for foo
- only foo appears, not foo2
Actual Behavior
Only groups matching the exact name are returned.
Expected Behavior
Any group with a partial match should be returned.