mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-03 04:00:31 +00:00
Use fuse.js extended search (#405)
This commit is contained in:
@@ -114,7 +114,8 @@ export class NodeSearchService {
|
||||
keys: ['name', 'display_name', 'description'],
|
||||
includeScore: true,
|
||||
threshold: 0.3,
|
||||
shouldSort: true
|
||||
shouldSort: true,
|
||||
useExtendedSearch: true
|
||||
})
|
||||
|
||||
const filterSearchOptions = {
|
||||
|
||||
Reference in New Issue
Block a user