mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
parent
24f9c2518b
commit
7497540db0
1 changed files with 1 additions and 1 deletions
|
|
@ -1735,7 +1735,7 @@ $collections = [
|
|||
'$id' => '_fulltext_search',
|
||||
'type' => Database::INDEX_FULLTEXT,
|
||||
'attributes' => ['search'],
|
||||
'lengths' => [1024],
|
||||
'lengths' => [16384],
|
||||
'orders' => [Database::ORDER_ASC],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue