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
fake elasticsearch misses logical OR as "should" QueryType.
File "/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/elasticmock/fake_elasticsearch.py", line 108, in _evaluate_for_compound_query_type
QueryType.get_query_type(query_type),
File "/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/elasticmock/fake_elasticsearch.py", line 48, in get_query_type
raise NotImplementedError(f'type {type_str} is not implemented for QueryType')
NotImplementedError: type should is not implemented for QueryType
The text was updated successfully, but these errors were encountered:
fake elasticsearch misses logical OR as "should" QueryType.
The text was updated successfully, but these errors were encountered: