Hi!
I have a doubt with sintax. For example, in the $and condition:
Syntax : { $and: [ { <expression1> }, { <expression2> } , ... , { <expressionN> } ] }
If I am building a query, and i am inside an object (but not the first part of the sentence), ¿I must create a new object to embeed the and or is not necessary?
Could you give me a mnemonic rule to not forget the right sintax.
Thank you!