diff --git a/kb/query.js b/kb/query.js index e6083d5..29652a2 100755 --- a/kb/query.js +++ b/kb/query.js @@ -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: { @@ -386,4 +386,4 @@ sense.kb.addGlobalAutocompleteRules("query", { } } -}); \ No newline at end of file +});