mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +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):
|
||||
return params
|
||||
|
||||
|
||||
# get response from search-request
|
||||
def response(resp):
|
||||
return []
|
||||
|
Loading…
Reference in New Issue
Block a user