Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#1733 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
Dev to hotfix
  • Loading branch information
KelvinTegelaar committed Sep 8, 2023
2 parents 8898c20 + 98565c6 commit 66a0288
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
4.2.1
5 changes: 4 additions & 1 deletion src/components/utilities/CippFuzzySearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ function _interopRequireDefault(obj) {
function CippfuzzySearch(options) {
var fuse = new _fuse['default'](options, {
keys: ['name', 'groupName', 'items.name'],
threshold: 0.2,
threshold: 0.5,
location: 0,
ignoreLocation: true,
useExtendedSearch: true,
includeMatches: true,
includeScore: true,
useExtendedSearch: true,
})
return function (value) {
if (!value.length) {
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
4.2.1

0 comments on commit 66a0288

Please sign in to comment.