Skip to content

Commit 478a379

Browse files
safwanrahmansethmlarson
authored andcommitted
[7.x] Added match_bool_prefix Query
Fixes #1374
1 parent caae8f3 commit 478a379

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elasticsearch_dsl/query.py

+3
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@ class MatchPhrase(Query):
325325
class MatchPhrasePrefix(Query):
326326
name = 'match_phrase_prefix'
327327

328+
class MatchBoolPrefix(Query):
329+
name = 'match_bool_prefix'
330+
328331
class Exists(Query):
329332
name = 'exists'
330333

0 commit comments

Comments
 (0)