refac: fuzzy search threshold

This commit is contained in:
Timothy Jaeryang Baek 2024-11-17 00:00:03 -08:00
parent 465e16d282
commit 0028285361

View File

@ -66,7 +66,7 @@
}), }),
{ {
keys: ['value', 'tags', 'modelName'], keys: ['value', 'tags', 'modelName'],
threshold: 0.3 threshold: 0.4
} }
); );