Backend: Allow archived projects to be excluded from blob search results
Behind a feature flag: search_blobs_hide_archived_projects
If the feature flag is enabled: exclude archived projects by default. If the param include_archived
is true, include archived projects.
Should be done for basic
and advanced
global and group search. API will be done separately in #413239.
Note: Project scoped searches should return results whether the project is archived or not
Edited by Terri Chu