Change plugin search to include the plugin description
This commit is contained in:
@@ -135,6 +135,7 @@ class PluginListItem extends JPanel
|
|||||||
this.name = name;
|
this.name = name;
|
||||||
this.description = description;
|
this.description = description;
|
||||||
Collections.addAll(keywords, name.toLowerCase().split(" "));
|
Collections.addAll(keywords, name.toLowerCase().split(" "));
|
||||||
|
Collections.addAll(keywords, description.toLowerCase().split(" "));
|
||||||
Collections.addAll(keywords, tags);
|
Collections.addAll(keywords, tags);
|
||||||
|
|
||||||
setLayout(new BorderLayout(3, 0));
|
setLayout(new BorderLayout(3, 0));
|
||||||
|
|||||||
Reference in New Issue
Block a user