diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-09-27 17:10:47 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-09-27 17:10:47 +0100 |
commit | 34993717fd702db50a82858a3ad4b660f0c7feac (patch) | |
tree | ae6eb7421dd09040c6521494b90b385867fa17bd /cmd | |
parent | 87be32ca2671173a4287a938932e543410a32c3a (diff) |
Update search docs
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/generate-config/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/generate-config/main.go b/cmd/generate-config/main.go index 8b042c56..33b18c47 100644 --- a/cmd/generate-config/main.go +++ b/cmd/generate-config/main.go @@ -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", } |