Skip to content

Commit a53053f

Browse files
HaroenvAkryum
authored andcommitted
chore(UI): use computedKeywords to filter the search (#1095)
Both `keywords` and `computedKeywords` work, but `computedKeywords` will make sure this only matches for those with the correct name, not all with that keyword. Thanks!
1 parent 3c59d6f commit a53053f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/views/ProjectPluginsAdd.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'name',
3434
'description'
3535
],
36-
filters: `keywords:vue-cli-plugin`
36+
filters: `computedKeywords:vue-cli-plugin`
3737
}"
3838
>
3939
<InstantSearchInput

0 commit comments

Comments
 (0)