gitlab-org--gitlab-foss/changelogs/unreleased/move-group-issues-search-cte-up-the-chain.yml
Sean McGivern 7fd5dbf9db Add a flag to use a subquery for group issues search
We already had a flag to use a CTE, but this broke searching in some
cases where we need to sort by a joined table. Disabling the CTE flag
makes searches much slower.

The new flag, to use a subquery, makes them slightly slower than the
CTE, while maintaining correctness. If both it and the CTE flag are
enabled, the subquery takes precedence.
2018-11-30 11:57:56 +00:00

5 lines
127 B
YAML

---
title: Fix error when searching for group issues with priority or popularity sort
merge_request: 23445
author:
type: fixed