mirror of
https://github.com/searxng/searxng.git
synced 2025-08-31 07:26:50 +02:00
Merge pull request #166 from Cqoicebordel/non-exclusif-bang
Add non exclusif bang
This commit is contained in:
commit
b47b8cc2c6
2 changed files with 6 additions and 2 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue