forked from GNUsocial/gnu-social
[DATABASE] Enable fulltext search by default
Also rename fulltext indices to more fitting names Imported from v2/f84dbb369f01a1d4a9bc362d01cdd100cdc79313
This commit is contained in:
@@ -212,7 +212,7 @@ abstract class DefaultSettings
|
||||
'allow_tagging' => ['local' => true, 'remote' => true],
|
||||
'description_limit' => null,
|
||||
],
|
||||
'search' => ['type' => 'like'],
|
||||
'search' => ['type' => 'fulltext'],
|
||||
'html_filter' => ['tags' => ['img', 'video', 'audio', 'script']],
|
||||
'notice' => [
|
||||
'content_limit' => null,
|
||||
|
Reference in New Issue
Block a user