-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable minimum characters before autocomplete user searches #30313
Comments
custom groups also has such autocomplete... Here's a possible approach:
One concern with 5 is that some code paths might call the search functions with empty string. Maybe we should still allow empty string. But then need to check that the autocomplete backend code doesn't allow for empty string either (it already shouldn't). |
Hmm why would they do that... to list all users. We have other methods for that. |
I don't know... legacy stuff... |
as discussed in chat, the approach above is what we want to do |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Motivation:
For large user lists searching for the first two characters can be very slow to return.
The text was updated successfully, but these errors were encountered: