Test Nuova Ricerca Globale (2)

This commit is contained in:
Alhaziel01
2020-11-18 20:25:20 +01:00
parent 20c9509104
commit 005d11bb38
5 changed files with 482 additions and 304 deletions

View File

@@ -135,10 +135,10 @@ def run(item=None):
from platformcode import infoplus
return infoplus.Main(item)
# elif item.channel == "search" and item.action == 'new_search':
# from specials import search
# item.mode = 'all'
# return search.new_search(item)
elif config.get_setting('new_search') and item.channel == "search" and item.action == 'new_search':
from platformcode.globalsearch import Search
Search(item)
return
elif item.channel == "backup":
from platformcode import backup