mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 19:00:10 +01:00
add comments to dummy engine
This commit is contained in:
parent
e6e4de8ba0
commit
80b9312e42
@ -1,6 +1,14 @@
|
|||||||
|
## Dummy
|
||||||
|
#
|
||||||
|
# @results empty array
|
||||||
|
# @stable yes
|
||||||
|
|
||||||
|
|
||||||
|
# do search-request
|
||||||
def request(query, params):
|
def request(query, params):
|
||||||
return params
|
return params
|
||||||
|
|
||||||
|
|
||||||
|
# get response from search-request
|
||||||
def response(resp):
|
def response(resp):
|
||||||
return []
|
return []
|
||||||
|
Loading…
Reference in New Issue
Block a user