users_search_list - searches all fields? (not eg. just name and login) #630
Closed
Description
just got surprised that whenever I decided to be greedy and search for a
user, I got also
{
"username": "bendichter",
"name": "Ben Dichter",
"admin": false,
"status": "APPROVED"
},
{
"username": "jwodder",
"name": "John T. Wodder II",
"admin": true,
"status": "APPROVED"
},
who are lucky two (there could be more) who have no a
in username or name... there is only an a
in APPROVED, but I wonder if that field should even be searched
PS do we have a way (for admins) to list all users?