mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 08:44:06 +00:00
Reduce fusejs threshold (#374)
This commit is contained in:
@@ -113,13 +113,13 @@ export class NodeSearchService {
|
||||
this.nodeFuseSearch = new FuseSearch(data, {
|
||||
keys: ['name', 'display_name', 'description'],
|
||||
includeScore: true,
|
||||
threshold: 0.6,
|
||||
threshold: 0.3,
|
||||
shouldSort: true
|
||||
})
|
||||
|
||||
const filterSearchOptions = {
|
||||
includeScore: true,
|
||||
threshold: 0.6,
|
||||
threshold: 0.3,
|
||||
shouldSort: true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user