From 43e697681efbe7856abe21e6abdac7694447cae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Fri, 23 Oct 2020 20:19:48 +0200 Subject: New engine: Elasticsearch --- searx/search.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/search.py') diff --git a/searx/search.py b/searx/search.py index cd195825a..9a1ed1e4a 100644 --- a/searx/search.py +++ b/searx/search.py @@ -110,7 +110,8 @@ def send_http_request(engine, request_params): req = requests_lib.get else: req = requests_lib.post - request_args['data'] = request_params['data'] + + request_args['data'] = request_params['data'] # send the request return req(request_params['url'], **request_args) -- cgit v1.2.3