mirror of https://github.com/searxng/searxng.git
[fix] engine setting if no categories specified
This commit is contained in:
parent
e58949b76f
commit
cf5c7d050a
|
@ -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…
Reference in New Issue