7fd5dbf9db
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.
5 lines
127 B
YAML
5 lines
127 B
YAML
---
|
|
title: Fix error when searching for group issues with priority or popularity sort
|
|
merge_request: 23445
|
|
author:
|
|
type: fixed
|