Remove feature flag user_search_simple_query_string
What does this MR do and why?
Remove a feature flag that has been enabled and tested globally.
The feature flag toggles whether or not a user is able to use advanced search syntax when searching for users.
For example: dgruzd|maddievn|terrichu
.
The change has been verified by UX.
How to set up and validate locally
- Ensure Elasticsearch is running.
- Do a user search without special operations and verify that the correct results are returned. E.g.
/search?scope=users&search=ivan
. - Do a user search with advanced search syntax and verify that the correct results are returned using the syntax. E.g.
/search?scope=users&search=iva*
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #391955 (closed)