We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions
Hi there, I have an array of strings (a list) in ES that I want to query for. In Kibana this query works for what I need:
tags_list.raw : Blonde and tags_list.raw : Tall
However, I'm not finding a way to do this using django-elasticsearch-dsl-drf
If I use:
LOOKUP_QUERY_IN, LOOKUP_QUERY_CONTAINS, LOOKUP_FILTER_TERMS,
all of these look like they are doing or operators I need an and operator
or
and
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Questions
Hi there, I have an array of strings (a list) in ES that I want to query for. In Kibana this query works for what I need:
tags_list.raw : Blonde and tags_list.raw : Tall
However, I'm not finding a way to do this using django-elasticsearch-dsl-drf
If I use:
all of these look like they are doing
or
operators I need anand
operatorThe text was updated successfully, but these errors were encountered: