diff --git a/pynps/functions.py b/pynps/functions.py index 7c4ec99..b253577 100644 --- a/pynps/functions.py +++ b/pynps/functions.py @@ -556,7 +556,7 @@ def find(query): else: result = result + [item for item in system_database if (item['System'] == system and item['Region'] in region and item['Type'] in types) and - (query.lower() in item['Name'].lower() or query.lower() in item['Title ID']) and + (query.lower() in item['Name'].lower() or query.lower() in item['Title ID'].lower()) and (item['PKG direct link'] not in ["", "MISSING", None, "CART ONLY"]) ] except: