diff --git a/plugin.json b/plugin.json index 4278c03..f175980 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "Name": "Search-MDI", "Description": "Search materialdesignicons.com", "Author": "Garulf", - "Version": "2.2.7", + "Version": "3.0.0", "Language": "python", "Website": "https://github.com/Garulf/Search-MDI", "IcoPath": "app.png", diff --git a/plugin/main.py b/plugin/main.py index d5e17d0..00bbf77 100644 --- a/plugin/main.py +++ b/plugin/main.py @@ -63,6 +63,7 @@ def query(self, query): context=[icon["name"]], method=self.put, parameters=[icon["name"]], + auto_complete_text=f'{self.user_keyword} {icon["name"]}', ) def open_web(self, icon_name):