barseghyanartur/django-elasticsearch-dsl-drf

boolean query ?

Closed this issue · 1 comments

Questions
Hi,

I couldn't find anything on how to do a boolean query. is it possible?

It's a bit tricky question. Most of the queries are boolean. I suggest you to use django-elasticsearch-debug-toolbar or log produced queries to the console in order to get a grasp of what's happening, then come up with a real issue.