We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11100c4 commit 8055165Copy full SHA for 8055165
budgetkey_api/modules/search.py
@@ -94,6 +94,7 @@ def apply_term(self, term, text_fields, multi_match_type='most_fields', multi_ma
94
)
95
should = self.must(type_name)[-1]
96
should['bool']['should'].append(chunks)
97
+ return self
98
99
100
def setup_search(app):
0 commit comments