mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
14 lines
196 B
Python
14 lines
196 B
Python
## Dummy
|
|
#
|
|
# @results empty array
|
|
# @stable yes
|
|
|
|
|
|
# do search-request
|
|
def request(query, params):
|
|
return params
|
|
|
|
|
|
# get response from search-request
|
|
def response(resp):
|
|
return []
|