Files
directus/api
Vincent Kempers ac44525852 Fix truncating of results when sorted by relational field (#22787)
* Add QUERY_LIMIT_MAX to the inner query

* Add QUERY_LIMIT_MAX to the inner query

* Add newlines to fix linter

* Add my username to the contributers.yml

* Different approach for correct relation sort results that keeps the inner query limit

* Update comment

* Trigger blackbox

* Apply query sort after row number sort

* Improve comment slightly

* Revert "Trigger blackbox"

This reverts commit a04f738ac6.

* Add changeset

---------

Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com>
Co-authored-by: ian <licitdev@gmail.com>
2024-07-09 13:41:12 +08:00
..