diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-20 10:52:21 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-20 10:52:21 +0100 |
commit | 292faf213c2cb41d824fc9ae74cb4d7ae699973a (patch) | |
tree | bdadeff0176e1a58ce939c3a3591e082e82abf28 /docs/admin | |
parent | 0d5a356f23c634b5f49205f3185972309eef1b85 (diff) | |
download | searxng-292faf213c2cb41d824fc9ae74cb4d7ae699973a.tar.gz searxng-292faf213c2cb41d824fc9ae74cb4d7ae699973a.zip |
[doc] engine-table: remove Display errors column (always true)
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/engines/configured_engines.rst | 4 |
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 ""}} |