Merge branch 'fix/groupsearch' into 'master'
Fix group search to check path as well as name The API documentation says: "You can search for groups by name or path with: /groups?search=Rails" But you can't because the search query only checks the name, not the path. This fixes that. See merge request !325
Showing
Please register or sign in to comment