1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

revert function collection change

This commit is contained in:
Damodar Lohani 2022-02-22 12:14:48 +00:00
parent 953f769ed6
commit 6e5095d8bc

View file

@ -1751,9 +1751,9 @@ $collections = [
'$id' => '_key_search',
'type' => Database::INDEX_FULLTEXT,
'attributes' => ['search'],
'lengths' => [],
'orders' => [],
],
'lengths' => [2048],
'orders' => [Database::ORDER_ASC],
]
],
],