2
0
mirror of https://github.com/searx/searx synced 2025-08-30 14:08:47 +00:00

add filter=0 to Google engine for more results

Closes #2944
This commit is contained in:
Noémi Ványi
2021-08-21 16:29:17 +02:00
parent 313a9847c7
commit 23b3b56a06

View File

@@ -220,6 +220,7 @@ def request(query, params):
'ie': "utf8", 'ie': "utf8",
'oe': "utf8", 'oe': "utf8",
'start': offset, 'start': offset,
'filter': '0',
**additional_parameters, **additional_parameters,
}) })