summaryrefslogtreecommitdiff
path: root/docs/admin/engines/configured_engines.rst
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-20 10:52:21 +0100
committerMartin Fischer <martin@push-f.com>2021-12-20 10:52:21 +0100
commit292faf213c2cb41d824fc9ae74cb4d7ae699973a (patch)
treebdadeff0176e1a58ce939c3a3591e082e82abf28 /docs/admin/engines/configured_engines.rst
parent0d5a356f23c634b5f49205f3185972309eef1b85 (diff)
downloadsearxng-292faf213c2cb41d824fc9ae74cb4d7ae699973a.tar.gz
searxng-292faf213c2cb41d824fc9ae74cb4d7ae699973a.zip
[doc] engine-table: remove Display errors column (always true)
Diffstat (limited to 'docs/admin/engines/configured_engines.rst')
-rw-r--r--docs/admin/engines/configured_engines.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst
index 6d5a23688..945a72b88 100644
--- a/docs/admin/engines/configured_engines.rst
+++ b/docs/admin/engines/configured_engines.rst
@@ -18,7 +18,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
:header-rows: 2
:stub-columns: 1
- * - :cspan:`6` Engines configured by default (in :ref:`settings.yml <engine settings>`)
+ * - :cspan:`5` Engines configured by default (in :ref:`settings.yml <engine settings>`)
-
- :cspan:`3` :ref:`Supported features <engine file>`
@@ -28,7 +28,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
- Disabled
- Timeout
- Weight
- - Display errors
- Categories
- Paging
- Language
@@ -44,7 +43,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
- {{(mod.disabled and "y") or ""}}
- {{mod.timeout}}
- {{mod.weight or 1 }}
- - {{(mod.display_error_messages and "y") or ""}}
- {{", ".join(mod.categories)}}
- {{(mod.paging and "y") or ""}}
- {{(mod.language_support and "y") or ""}}