mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-17 17:56:24 +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(
|
||||
new Fuse(plugins, {
|
||||
keys: ['name', 'description'],
|
||||
keys: ['name', 'description', 'tags'],
|
||||
threshold: 0.3,
|
||||
}),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user