mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix documentation about fulltext search
This commit is contained in:
@ -289,13 +289,13 @@ docspell.server {
|
||||
secret = ""
|
||||
}
|
||||
|
||||
# Configuration of the full-text search engine.
|
||||
# Configuration of the full-text search engine. (the same must be used for joex)
|
||||
full-text-search {
|
||||
# The full-text search feature can be disabled. It requires an
|
||||
# additional index server which needs additional memory and disk
|
||||
# space. It can be enabled later any time.
|
||||
#
|
||||
# Currently the SOLR search platform is supported.
|
||||
# Currently the SOLR search platform and PostgreSQL is supported.
|
||||
enabled = false
|
||||
|
||||
# Which backend to use, either solr or postgresql
|
||||
|
Reference in New Issue
Block a user