From 7a2cab6a58f01d265077da2ea18a43e9320648e8 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 22 Jul 2021 11:08:41 +0545 Subject: [PATCH] remove indexes --- app/config/collections2.php | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index ed9dc58838..cc915b393a 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -199,15 +199,7 @@ $collections = [ 'filters' => ['json'], ], ], - 'indexes' => [ - [ - '$id' => '_fulltext_name', - 'type' => Database::INDEX_FULLTEXT, - 'attributes' => ['name'], - 'lengths' => [1024], - 'orders' => [Database::ORDER_ASC], - ] - ], + 'indexes' => [], ], 'users' => [ @@ -632,15 +624,7 @@ $collections = [ 'filters' => [], ], ], - 'indexes' => [ - [ - '$id' => '_fulltext_name', - 'type' => Database::INDEX_FULLTEXT, - 'attributes' => ['name'], - 'lengths' => [1024], - 'orders' => [Database::ORDER_ASC], - ] - ], + 'indexes' => [], ], 'memberships' => [