- 将阈值有0.3调整至0.6
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
const fuzzyMatchedDocuments = fuzzyMatch(documents.value, {
|
||||
keyword: filters.keyword,
|
||||
keys: ['title'],
|
||||
threshold: 0.3,
|
||||
threshold: 0.6,
|
||||
});
|
||||
return fuzzyMatchedDocuments.filter((doc: DocumentListView) => {
|
||||
const matchProduct = filters.selectedProduct
|
||||
|
||||
Reference in New Issue
Block a user