forked from zaclys/searxng
		
	[enh] google: add filter=0 to Google engine for more results
backport from searx ( 23b3b56a06ef831af0a1b30a12c26ebd50e329bb )
This commit is contained in:
		
							parent
							
								
									102c815231
								
							
						
					
					
						commit
						3d5e6e0abb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -298,6 +298,7 @@ def request(query, params):
 | 
				
			||||||
        'ie': "utf8",
 | 
					        'ie': "utf8",
 | 
				
			||||||
        'oe': "utf8",
 | 
					        'oe': "utf8",
 | 
				
			||||||
        'start': offset,
 | 
					        'start': offset,
 | 
				
			||||||
 | 
					        'filter': '0',
 | 
				
			||||||
        **additional_parameters,
 | 
					        **additional_parameters,
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue