summaryrefslogtreecommitdiff
path: root/docs/admin/engines.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-01-06 14:28:24 +0000
committerGitHub <noreply@github.com>2020-01-06 14:28:24 +0000
commit22d05b3e596029738eba432e11015f8c03c85312 (patch)
treefefb28410baa8325b8ccbe2a908c0aeec19eefee /docs/admin/engines.rst
parenta3bbf95ad53761056a6016779827a624e2233da6 (diff)
parent86b51636410cdf699727c9d64ffb6520ef5a0dad (diff)
Merge pull request #1791 from return42/add-docs
misc docs
Diffstat (limited to 'docs/admin/engines.rst')
-rw-r--r--docs/admin/engines.rst17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/admin/engines.rst b/docs/admin/engines.rst
index 40c3b9e4f..4b78c8c2b 100644
--- a/docs/admin/engines.rst
+++ b/docs/admin/engines.rst
@@ -1,13 +1,12 @@
.. _engines generic:
=======
-engines
+Engines
=======
.. sidebar:: Further reading ..
- - :ref:`engines generic`
- - :ref:`configured engines`
+ - :ref:`settings engine`
- :ref:`engine settings`
- :ref:`engine file`
@@ -22,9 +21,11 @@ Shortcut **S** Language support **L**
Timeout **TO** Time range support **TR**
Disabled **D** Offline **O**
------------- ----------- -------------------- ------------
-Suspend end **SE**
-------------- ----------- ---------------------------------
Safe search **SS**
+------------- ----------- ---------------------------------
+Weigth **W**
+------------- ----------- ---------------------------------
+Disabled **D**
============= =========== =================================
Configuration defaults (at built time):
@@ -48,7 +49,8 @@ Configuration defaults (at built time):
- D
- TR
- O
- - SE
+ - W
+ - D
{% for name, mod in engines.items() %}
@@ -63,6 +65,7 @@ Configuration defaults (at built time):
- {{(mod.disabled and "y") or ""}}
- {{(mod.time_range_support and "y") or ""}}
- {{(mod.offline and "y") or ""}}
- - {{mod.suspend_end_time}}
+ - {{mod.weight or 1 }}
+ - {{(mod.disabled and "y") or ""}}
{% endfor %}