How to write query for this case?

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.