1
0
Fork 0

Include more field in the fulltext search

This commit is contained in:
Michael 2020-09-19 10:45:11 +00:00
commit 86592daaa1
3 changed files with 11 additions and 3 deletions

View file

@ -857,7 +857,7 @@ return [
"indexes" => [
"PRIMARY" => ["id"],
"uri-plink-hash" => ["UNIQUE", "uri-plink-hash"],
"body" => ["FULLTEXT", "body"],
"title-content-warning-body" => ["FULLTEXT", "title", "content-warning", "body"],
"uri" => ["uri(191)"],
"plink" => ["plink(191)"],
"uri-id" => ["uri-id"]