class ElasticMatchPhrasePrefixFilter(ElasticFilter):
    def make_query_body(self, args):
        text = args[0]

        return {