Document feature_search_suggestions
This commit is contained in:
parent
5e459fc496
commit
4439f22fcc
1 changed files with 7 additions and 0 deletions
|
@ -183,6 +183,7 @@ Here is an example configuration file. It shows all the available settings and a
|
||||||
@verbatim{
|
@verbatim{
|
||||||
canonical_origin =
|
canonical_origin =
|
||||||
debug = false
|
debug = false
|
||||||
|
feature_search_suggestions = true
|
||||||
log_outgoing = true
|
log_outgoing = true
|
||||||
port = 10416
|
port = 10416
|
||||||
strict_proxy = true
|
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.
|
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"]{
|
@defthing[log_outgoing boolean #:value "true"]{
|
||||||
Whether to log outgoing requests to Fandom to the console.
|
Whether to log outgoing requests to Fandom to the console.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue