mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #205 from unixfox/patch-2
Add missing parameter for mobile UI search
This commit is contained in:
		
						commit
						f376b4ed3e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -287,6 +287,7 @@ def request(query, params):
 | 
			
		|||
    additional_parameters = {}
 | 
			
		||||
    if use_mobile_ui:
 | 
			
		||||
        additional_parameters = {
 | 
			
		||||
            'asearch': 'arc',
 | 
			
		||||
            'async': 'use_ac:true,_fmt:pc',
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue