diff options
author | Bnyro <bnyro@tutanota.com> | 2023-08-23 15:24:42 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-27 17:25:26 +0200 |
commit | df71c24b2043195a94f3098f9b7371c6d6fb2dce (patch) | |
tree | 665fe98437fbefe690b71afce6786219a2de47a9 /docs | |
parent | 19300a5659d0752ed55cc8c419fe39d6dfb233f5 (diff) | |
download | searxng-df71c24b2043195a94f3098f9b7371c6d6fb2dce.tar.gz searxng-df71c24b2043195a94f3098f9b7371c6d6fb2dce.zip |
[mod] autocomplete.py: add support for mwmbl completions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin/settings/settings_search.rst | 1 | ||||
-rw-r--r-- | docs/dev/search_api.rst | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/admin/settings/settings_search.rst b/docs/admin/settings/settings_search.rst index dcc0ff198..836207614 100644 --- a/docs/admin/settings/settings_search.rst +++ b/docs/admin/settings/settings_search.rst @@ -35,6 +35,7 @@ - ``dbpedia`` - ``duckduckgo`` - ``google`` + - ``mwmbl`` - ``startpage`` - ``swisscows`` - ``qwant`` diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 2333474a9..423232090 100644 --- a/docs/dev/search_api.rst +++ b/docs/dev/search_api.rst @@ -68,8 +68,8 @@ Parameters Proxy image results through SearXNG. ``autocomplete`` : default from :ref:`settings search` - [ ``google``, ``dbpedia``, ``duckduckgo``, ``startpage``, ``wikipedia``, - ``swisscows``, ``qwant`` ] + [ ``google``, ``dbpedia``, ``duckduckgo``, ``mwmbl``, ``startpage``, + ``wikipedia``, ``swisscows``, ``qwant`` ] Service which completes words as you type. |