Merge pull request #166 from Cqoicebordel/non-exclusif-bang

Add non exclusif bang
This commit is contained in:
Adam Tauber 2015-01-12 14:14:40 +01:00
commit b47b8cc2c6
2 changed files with 6 additions and 2 deletions

View file

@ -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))