Skip to content

Commit

Permalink
fix: replace minimum_number_should_match by minimum_should_match
Browse files Browse the repository at this point in the history
closed #23

thanks to @compwiztobe
  • Loading branch information
StephaneBour committed Aug 8, 2019
1 parent 661fcaf commit 1d5e65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kb/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sense.kb.addGlobalAutocompleteRules("query", {
should: [
{__scope_link: "GLOBAL.query"}
],
minimum_number_should_match: 1,
minimum_should_match: 1,
boost: 1.0
},
boosting: {
Expand Down Expand Up @@ -386,4 +386,4 @@ sense.kb.addGlobalAutocompleteRules("query", {
}
}

});
});

0 comments on commit 1d5e65c

Please sign in to comment.