From 6e5095d8bc67a7ba09bd062a204d2df53c0708c8 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 22 Feb 2022 12:14:48 +0000 Subject: [PATCH] revert function collection change --- app/config/collections.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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], + ] ], ],