summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-09-12 07:53:09 +0000
committerGitHub <noreply@github.com>2021-09-12 07:53:09 +0000
commitecd6ca86d0ebe6a41902e8c980de46c5d0600eb6 (patch)
tree157b41a60e69268d65d54f870b52399a701f5d64 /docs
parent2de95af92330c83c7b1aecc146e0f52e8825c59b (diff)
parent0f43b39eac44d548143b3944a2bfa26c039b2068 (diff)
Merge pull request #308 from dalf/plugin_hostname_replace
[enh] add hostname_replace plugin
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/search_api.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst
index 5fcdc456..7a5f3cf9 100644
--- a/docs/dev/search_api.rst
+++ b/docs/dev/search_api.rst
@@ -100,17 +100,17 @@ Parameters
:default: ``HTTPS_rewrite``, ``Self_Informations``,
``Search_on_category_select``, ``Tracker_URL_remover``
- :values: [ ``DOAI_rewrite``, ``HTTPS_rewrite``, ``Infinite_scroll``,
+ :values: ``DOAI_rewrite``, ``HTTPS_rewrite``, ``Infinite_scroll``,
``Vim-like_hotkeys``, ``Self_Informations``, ``Tracker_URL_remover``,
- ``Search_on_category_select`` ]
+ ``Search_on_category_select``, ``Hostname_replace``
``disabled_plugins``: optional
List of disabled plugins.
- :default: ``DOAI_rewrite``, ``Infinite_scroll``, ``Vim-like_hotkeys``
+ :default: ``DOAI_rewrite``, ``Infinite_scroll``, ``Vim-like_hotkeys``, ``Hostname_replace``
:values: ``DOAI_rewrite``, ``HTTPS_rewrite``, ``Infinite_scroll``,
``Vim-like_hotkeys``, ``Self_Informations``, ``Tracker_URL_remover``,
- ``Search_on_category_select``
+ ``Search_on_category_select``, ``Hostname_replace``
``enabled_engines`` : optional : *all* :origin:`engines <searx/engines>`
List of enabled engines.