Enable full_path_project_search feature flag by default
What does this MR do and why?
Describe in detail what your merge request does and why.
This MR enables the full_path_project_search
feature flag by default.
Background
!108906 (merged) added a improvement to project searches where namespaces would be included in the search if the query contained /
. This change was introduced behind a feature flag so that it could quickly be turned off in case of performance issues. The feature flag was globally enabled on January 31st. For the next 16 hours afterwards, there were no noticeable changes to search duration: #388473 (comment 1259175126). The feature flag has remained enabled for the past month and has been stable.
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.