Skip to content

Commit

Permalink
Added match_bool_prefix Query
Browse files Browse the repository at this point in the history
Fixes #1374
  • Loading branch information
safwanrahman committed Aug 4, 2020
1 parent 744211b commit dcd0600
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 dcd0600

Please sign in to comment.