Add User autocompletion to global search bar
What does this MR do and why?
Adds users to the autocomplete search bar so that it returns users matching the search term.
This is the first release of the feature:
- User autocompletion for CE using database queries
👈 this MR - User autocompletion for EE using elasticsearch if available
Screenshots or screen recordings
How to set up and validate locally
- Go to your local server e.g. http://127.0.0.1:3000
- In the search bar, start typing the name of a user in your database and see if it pops up in the autocomplete bar under the
Users
section - Go to a project's page and do the same
- Go to a group's page and do the same
Related to #377530 (closed)
Edited by Madelein van Niekerk