gitlab-org--gitlab-foss/changelogs/unreleased/16117-improve-search-for-issues.yml
Jan Provaznik 017c1297cd Skip projects filter on issues search
When searching for issues, an additional subquery
is added which filters only issues in a project. If global context is
used (no project is specified) this query filters all projects user has
access to.

In that case we can skip this filter because filtering only projects
user has access to is added anyway.

The filter is used only if a custom project context is specified

Related to #40540
2018-01-02 12:07:26 +01:00

5 lines
85 B
YAML

---
title: Improve search query for issues.
merge_request:
author:
type: performance