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' => [