forked from zaclys/searxng
		
	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
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -298,6 +298,7 @@ def request(query, params):
 | 
			
		|||
        'ie': "utf8",
 | 
			
		||||
        'oe': "utf8",
 | 
			
		||||
        'start': offset,
 | 
			
		||||
        'filter': '0',
 | 
			
		||||
        **additional_parameters,
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue