diff --git a/app/config/collections.php b/app/config/collections.php index ee6f68f71c..c2b02cabc5 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1751,9 +1751,9 @@ $collections = [ '$id' => '_key_search', 'type' => Database::INDEX_FULLTEXT, 'attributes' => ['search'], - 'lengths' => [], - 'orders' => [], - ], + 'lengths' => [2048], + 'orders' => [Database::ORDER_ASC], + ] ], ],