Skip to content

Commit

Permalink
[7.x] Added match_bool_prefix Query
Browse files Browse the repository at this point in the history
  • Loading branch information
safwanrahman authored and sethmlarson committed Aug 10, 2020
1 parent caae8f3 commit 478a379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elasticsearch_dsl/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ class MatchPhrase(Query):
class MatchPhrasePrefix(Query):
name = 'match_phrase_prefix'

class MatchBoolPrefix(Query):
name = 'match_bool_prefix'

class Exists(Query):
name = 'exists'

Expand Down

0 comments on commit 478a379

Please sign in to comment.