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 /setup/config/config_syncapi.go | |
parent | 87be32ca2671173a4287a938932e543410a32c3a (diff) |
Update search docs
Diffstat (limited to 'setup/config/config_syncapi.go')
-rw-r--r-- | setup/config/config_syncapi.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/config/config_syncapi.go b/setup/config/config_syncapi.go index edef22c9..a87da373 100644 --- a/setup/config/config_syncapi.go +++ b/setup/config/config_syncapi.go @@ -50,7 +50,7 @@ type Fulltext struct { func (f *Fulltext) Defaults(opts DefaultOpts) { f.Enabled = false - f.IndexPath = "./fulltextindex" + f.IndexPath = "./searchindex" f.Language = "en" } |