mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
Merge pull request #166 from Cqoicebordel/non-exclusif-bang
Add non exclusif bang
This commit is contained in:
@@ -373,7 +373,7 @@ class Search(object):
|
||||
|
||||
# if engines are calculated from query,
|
||||
# set categories by using that informations
|
||||
if self.engines:
|
||||
if self.engines and query_obj.specific:
|
||||
self.categories = list(set(engine['category']
|
||||
for engine in self.engines))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user