mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-01 20:22:21 +00:00
Search in plugin tags (#4604)
This commit is contained in:
parent
3cfca0501f
commit
f4165b921e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export function WoodpeckerPluginList({ plugins }: { plugins: WoodpeckerPlugin[]
|
|||
|
||||
const fuse = useRef(
|
||||
new Fuse(plugins, {
|
||||
keys: ['name', 'description'],
|
||||
keys: ['name', 'description', 'tags'],
|
||||
threshold: 0.3,
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue