Search over platform packages

This commit is contained in:
Valeriy Koval
2015-03-11 20:45:31 +02:00
parent 08808be62b
commit c00700b7cb

View File

@ -24,7 +24,7 @@ def cli(query, json_output):
if query == "all":
query = ""
search_data = "%s %s" % (name, info)
search_data = "%s %s %s" % (name, info, p.get_installed_packages())
if query and query.lower() not in search_data.lower():
continue