A composite fields query condition combining multiple simple conditions.
Just a list of simple conditions with specific set of operators. It should be
evaluated this way:
If A, B, C are the conditions and A' = A with '==' operator:
A || (A' && B) || (A' && B' && C)
A composite fields query condition combining multiple simple conditions. Just a list of simple conditions with specific set of operators. It should be evaluated this way: If A, B, C are the conditions and A' = A with '==' operator: A || (A' && B) || (A' && B' && C)