mirror of
https://github.com/searxng/searxng
synced 2024-11-09 01:10:26 +00: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:
commit
6f9e3868d6
@ -298,6 +298,7 @@ def request(query, params):
|
||||
'ie': "utf8",
|
||||
'oe': "utf8",
|
||||
'start': offset,
|
||||
'filter': '0',
|
||||
**additional_parameters,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user