Update search docs

This commit is contained in:
Neil Alexander 2022-09-27 17:10:47 +01:00
parent 87be32ca26
commit 34993717fd
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 25 additions and 15 deletions

View file

@ -85,7 +85,7 @@ func main() {
}
cfg.SyncAPI.Fulltext = config.Fulltext{
Enabled: true,
IndexPath: config.Path(filepath.Join(*dirPath, "fulltextindex")),
IndexPath: config.Path(filepath.Join(*dirPath, "searchindex")),
InMemory: true,
Language: "en",
}