mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
add comments to dummy engine
This commit is contained in:
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user