Document feature_search_suggestions

This commit is contained in:
Cadence Ember 2022-10-23 00:40:06 +13:00
parent 5e459fc496
commit 4439f22fcc
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 7 additions and 0 deletions

View File

@ -183,6 +183,7 @@ Here is an example configuration file. It shows all the available settings and a
@verbatim{
canonical_origin =
debug = false
feature_search_suggestions = true
log_outgoing = true
port = 10416
strict_proxy = true
@ -235,6 +236,12 @@ Enables debugging mode, for debugging BreezeWiki during development.
Enables more runtime checks and more verbose output. Turns off some browser caching.
}
@defthing[feature_search_suggestions boolean #:value "true"]{
Enables the search suggestions feature.
When enabled, any text typed in the search box will be sent to Fandom servers in order to provide suggestions. It will be sent via the proxy if the strict_proxy option is set.
}
@defthing[log_outgoing boolean #:value "true"]{
Whether to log outgoing requests to Fandom to the console.
}