mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 18:11:15 +00:00
Search in plugin tags (#4604)
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
);
|
||||
|
Reference in New Issue
Block a user