mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 01:09:21 +02:00
[doc] add documentation of Mwmbl engine & autocompleter
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
df71c24b20
commit
b0d2cd5ca9
3 changed files with 41 additions and 1 deletions
|
@ -111,6 +111,8 @@ def google_complete(query, sxng_locale):
|
|||
|
||||
|
||||
def mwmbl(query, _lang):
|
||||
"""Autocomplete from Mwmbl_."""
|
||||
|
||||
# mwmbl autocompleter
|
||||
url = 'https://api.mwmbl.org/search/complete?{query}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue