mirror of
https://github.com/searxng/searxng.git
synced 2025-09-01 15:58:37 +02:00
Merge branch 'master' into languages
This commit is contained in:
commit
7fba3d1179
3 changed files with 1 additions and 11 deletions
|
@ -262,7 +262,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
Add a link
Reference in a new issue