Browse Source

Merge pull request #267 from dalf/backport_google

[enh] google: add filter=0 to Google engine for more results
Alexandre Flament 3 years ago
parent
commit
6f9e3868d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/engines/google.py

+ 1 - 0
searx/engines/google.py

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