mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] engine setting if no categories specified
This commit is contained in:
		
							parent
							
								
									e58949b76f
								
							
						
					
					
						commit
						cf5c7d050a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -258,7 +258,7 @@ def get_search_query_from_webapp(preferences, form): | |||
|         if not load_default_categories: | ||||
|             if not query_categories: | ||||
|                 query_categories = list(set(engine['category'] | ||||
|                                             for engine in engines)) | ||||
|                                             for engine in query_engines)) | ||||
|         else: | ||||
|             # if no category is specified for this search, | ||||
|             # using user-defined default-configuration which | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber