We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9322218 commit 479284aCopy full SHA for 479284a
1 file changed
dashboard/src/views/ExtensionPage.vue
@@ -154,6 +154,7 @@ const marketCustomFilter = (value, query, item) => {
154
if (value != null) candidates.add(String(value));
155
if (item?.name) candidates.add(String(item.name));
156
if (item?.trimmedName) candidates.add(String(item.trimmedName));
157
+ if (item?.display_name) candidates.add(String(item.display_name));
158
if (item?.desc) candidates.add(String(item.desc));
159
if (item?.author) candidates.add(String(item.author));
160
0 commit comments