Skip to content

users_search_list - searches all fields? (not eg. just name and login) #630

Closed
@yarikoptic

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?

Metadata

Assignees

Labels

UXAffects usability of the systembugSomething isn't workingreleasedThis issue/pull request has been released.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions