Skip to content

Prevent archived projects from showing up in global search

David Palubin requested to merge dpalubin/gitlab-ce:issue-64738 into master

What does this MR do?

This MR sets the non_archived param as an argument to ProjectsFinder when searching for projects via the global search. This prevents archived projects from showing up in the search results. This MR also adds a spec that checks for archived projects in search results.

Related to #64738 (moved).

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Mayra Cabrera

Merge request reports