Completata nuova ricerca globale

This commit is contained in:
Alhaziel01
2020-11-21 17:09:34 +01:00
parent b180ea9a23
commit 9b6384e14c
4 changed files with 458 additions and 196 deletions
+1
View File
@@ -137,6 +137,7 @@ def run(item=None):
elif config.get_setting('new_search') and item.channel == "search" and item.action == 'new_search':
from platformcode.globalsearch import Search
item.contextual = True
Search(item)
return