Skip to content

Commit 8055165

Browse files
committed
Add semantic search
1 parent 11100c4 commit 8055165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

budgetkey_api/modules/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def apply_term(self, term, text_fields, multi_match_type='most_fields', multi_ma
9494
)
9595
should = self.must(type_name)[-1]
9696
should['bool']['should'].append(chunks)
97+
return self
9798

9899

99100
def setup_search(app):

0 commit comments

Comments
 (0)