Skip to content

Commit 0de99ee

Browse files
committed
Support SSL connections
1 parent 349531a commit 0de99ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

budgetkey_api/modules/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def setup_search(app):
104104
'simple_decision',
105105
},
106106
multi_match_type='best_fields',
107-
multi_match_operator='and',
107+
multi_match_operator='and',
108108
text_field_rules=text_rules,
109109
debug_queries=False,
110110
query_cls=BudgetkeyQuery,

0 commit comments

Comments
 (0)