Include more field in the fulltext search
This commit is contained in:
parent
dfeae25e6d
commit
86592daaa1
3 changed files with 11 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue