1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-21 13:50:16 +02:00

Merge pull request #267 from dalf/backport_google

[enh] google: add filter=0 to Google engine for more results
This commit is contained in:
Alexandre Flament 2021-08-21 17:51:18 +02:00 committed by GitHub
commit 6f9e3868d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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