I want to write a query which contains these three sections:
- a condition check like this: if ((A || B || C) && (D || E || F)) that each one of A, B, C and ... are a simple match term query
- several boolean filter like is_delete, is_ad and ...
- a nested query that check match term for one of nested object's parameters
But I don't know how to write it, anyone can help me?