Skip to content

Commit

Permalink
chore: add filter in bool query
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneBour committed Mar 14, 2018
1 parent 2aeb240 commit c887602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kb/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ sense.kb.addGlobalAutocompleteRules("query", {
}
},
bool: {
filter: [
{__scope_link: "GLOBAL.query"}
],
must: [
{__scope_link: "GLOBAL.query"}
],
Expand Down

0 comments on commit c887602

Please sign in to comment.