mirror of
https://github.com/searxng/searxng.git
synced 2024-11-15 14:41:57 +00:00
add comments to dummy engine
This commit is contained in:
parent
e6e4de8ba0
commit
80b9312e42
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue