You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the search boxes including the project search page and the user management page do case-insensitive search, but the list of annotator usernames you get when adding annotators to a project is case sensitive.
To Reproduce
Steps to reproduce the behavior:
Create a user named "Example"
Create a project
"add annotators" to the project
Search for "exam" in the user list
Expected behavior
The "Example" user should match the query
Additional context
Most of the other search boxes were made case-insensitive in PRs #406 and #407, but this one was missed at that time.
The text was updated successfully, but these errors were encountered:
Describe the bug
Most of the search boxes including the project search page and the user management page do case-insensitive search, but the list of annotator usernames you get when adding annotators to a project is case sensitive.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "Example" user should match the query
Additional context
Most of the other search boxes were made case-insensitive in PRs #406 and #407, but this one was missed at that time.
The text was updated successfully, but these errors were encountered: