Remove the :new_header_search feature Flag
What does this MR do and why?
We need to remove the old feature flag.
Screenshots or screen recordings
no visual change
How to set up and validate locally
- Verify that the flag has been removed
ls -al config/feature_flags/development | grep new_header_search.yml
- verify no traces in the code (I'm using silver searcher but feel free to use any tool)
ag new_header_search
- Verify the header search works as expected
http://127.0.0.1:3000
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 #339348 (closed)