mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-18 02:31:46 +00:00
Search in plugin tags (#4604)
This commit is contained in:
parent
3cfca0501f
commit
f4165b921e
@ -41,7 +41,7 @@ export function WoodpeckerPluginList({ plugins }: { plugins: WoodpeckerPlugin[]
|
|||||||
|
|
||||||
const fuse = useRef(
|
const fuse = useRef(
|
||||||
new Fuse(plugins, {
|
new Fuse(plugins, {
|
||||||
keys: ['name', 'description'],
|
keys: ['name', 'description', 'tags'],
|
||||||
threshold: 0.3,
|
threshold: 0.3,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user