Allow excluding archived projects from merge request search
All threads resolved!
Enables excluding merge requests from archived projects from search results behind a feature flag search_merge_requests_hide_archived_projects
archived
(boolean) to merge request mappingsarchived
for all merge requests in the indexinclude_archived
is not true (only if the migrations are finished and the feature flag is enabled)Feature.disable(:search_merge_requests_hide_archived_projects)
Feature.enablesearch_merge_requests_hide_archived_projects)
include_archived=true
: the merge request should be in the resultsbasic_search=true
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #414904 (closed)