mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	
						commit
						829d479312
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -49,7 +49,7 @@ def response(resp):
 | 
			
		|||
    results_json = loads(extract_text(results_raw_json))
 | 
			
		||||
 | 
			
		||||
    if len(results_json['web']['results']) > 0:
 | 
			
		||||
        return _general_results(results_json['web']['results'])
 | 
			
		||||
        return _general_results(results_json['web']['results']['webSearch']['results'])
 | 
			
		||||
 | 
			
		||||
    if len(results_json['images']['results']) > 0:
 | 
			
		||||
        return _images_results(results_json['images']['results'])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue