You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnknownDslObject('DSL class `{}` does not exist in {}.'.format(name, cls._type_name))\nelasticsearch_dsl.exceptions.UnknownDslObject: DSL class `match_bool_prefix` does not exist in query."}
I'm using elasticsearch-dsl-py version 7.2.1 and if I do the following query:
I get the following error:
but
match_bool_prefix
is a valid query in elastic search 7.2https://www.elastic.co/guide/en/elasticsearch/reference/7.2/query-dsl-match-bool-prefix-query.html
The text was updated successfully, but these errors were encountered: