diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-10 12:43:33 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-09-11 13:23:06 +0200 |
commit | 0f43b39eac44d548143b3944a2bfa26c039b2068 (patch) | |
tree | b3791fd2e6efdea7e05e128b7a0f6bb1a237dff0 /docs/dev | |
parent | b671e0364fbfb09701fb675ba23a7d7bebbcf744 (diff) | |
download | searxng-0f43b39eac44d548143b3944a2bfa26c039b2068.tar.gz searxng-0f43b39eac44d548143b3944a2bfa26c039b2068.zip |
[enh] add hostname_replace plugin
* backport of https://github.com/searx/searx/pull/2724
* allow to remove result if the replacement is the boolean value false
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/search_api.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 5fcdc4560..7a5f3cf98 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. |