diff options
author | Bnyro <bnyro@tutanota.com> | 2024-01-05 18:15:42 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2024-01-07 11:18:16 +0100 |
commit | 3dea7e609bac72d4a129979ba15315b966ff020f (patch) | |
tree | 65feb678e3388c74628fe4b63420c5614f0ed262 /docs/dev | |
parent | 621e1313aff3c1fd7b6cc789d34311b11f877f43 (diff) | |
download | searxng-3dea7e609bac72d4a129979ba15315b966ff020f.tar.gz searxng-3dea7e609bac72d4a129979ba15315b966ff020f.zip |
[feat] autocompleter: implementation of stract (beta)
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/search_api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 13858ae9e..56272d341 100644 --- a/docs/dev/search_api.rst +++ b/docs/dev/search_api.rst @@ -69,7 +69,7 @@ Parameters ``autocomplete`` : default from :ref:`settings search` [ ``google``, ``dbpedia``, ``duckduckgo``, ``mwmbl``, ``startpage``, - ``wikipedia``, ``swisscows``, ``qwant`` ] + ``wikipedia``, ``stract``, ``swisscows``, ``qwant`` ] Service which completes words as you type. |