diff options
Diffstat (limited to 'docs/dev/search_api.rst')
| -rw-r--r-- | docs/dev/search_api.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 5fcdc4560..552b0ff84 100644 --- a/docs/dev/search_api.rst +++ b/docs/dev/search_api.rst @@ -24,7 +24,7 @@ Parameters ``q`` : required The search query. This string is passed to external search services. Thus, - searx supports syntax of each search service. For example, ``site:github.com + SearXNG supports syntax of each search service. For example, ``site:github.com searx`` is a valid query for Google. However, if simply the query above is passed to any search engine which does not filter its results based on this syntax, you might not get the results you wanted. @@ -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. |