Skip to content

Refactor group search out of global search

Nick Thomas requested to merge (removed):30615-refactor-global-search into master

What does this MR do?

Add Search::GroupService and uses it instead of Search::GlobalService for group search

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Not necessarily in CE, but certainly in EE, this logic was getting too complicated. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1649

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #30615 (closed)

Merge request reports