Skip to content

Commit 66a0288

Browse files
Merge pull request #1733 from KelvinTegelaar/dev
Dev to hotfix
2 parents 8898c20 + 98565c6 commit 66a0288

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

public/version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.0
1+
4.2.1

src/components/utilities/CippFuzzySearch.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ function _interopRequireDefault(obj) {
77
function CippfuzzySearch(options) {
88
var fuse = new _fuse['default'](options, {
99
keys: ['name', 'groupName', 'items.name'],
10-
threshold: 0.2,
10+
threshold: 0.5,
1111
location: 0,
1212
ignoreLocation: true,
1313
useExtendedSearch: true,
14+
includeMatches: true,
15+
includeScore: true,
16+
useExtendedSearch: true,
1417
})
1518
return function (value) {
1619
if (!value.length) {

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.0
1+
4.2.1

0 commit comments

Comments
 (0)