diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-01 06:24:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 06:24:21 +0000 |
| commit | 244f0fbd0dc37cc1d56f21e90a8fd3258c20d804 (patch) | |
| tree | f418ce1fbee0e9f5cceafd03df7ac891b927347a /docs/admin/engines.rst | |
| parent | f8b16a6635d553f91cc3d2e81b816e10517e9a72 (diff) | |
| parent | 19e32dc686e40f5e7ec1653f4a05aaa75cb17d80 (diff) | |
Merge branch 'master' into new-readme
Diffstat (limited to 'docs/admin/engines.rst')
| -rw-r--r-- | docs/admin/engines.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/admin/engines.rst b/docs/admin/engines.rst index 4b78c8c2b..4d1872dfc 100644 --- a/docs/admin/engines.rst +++ b/docs/admin/engines.rst @@ -26,6 +26,8 @@ Safe search **SS** Weigth **W** ------------- ----------- --------------------------------- Disabled **D** +------------- ----------- --------------------------------- +Show errors **DE** ============= =========== ================================= Configuration defaults (at built time): @@ -51,6 +53,7 @@ Configuration defaults (at built time): - O - W - D + - DE {% for name, mod in engines.items() %} @@ -67,5 +70,6 @@ Configuration defaults (at built time): - {{(mod.offline and "y") or ""}} - {{mod.weight or 1 }} - {{(mod.disabled and "y") or ""}} + - {{(mod.display_error_messages and "y") or ""}} {% endfor %} |