You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we need to add more conditions using AND, we can do it with the `$and` operator.
86
86
87
-
If we want all the books with 100 pages with exactly `totalInventory` 2 we can use an`$and` operator. This takes an array of documents with all the conditions that should be true for the AND to succeed:
87
+
If we want all the books with 100 pages with exactly `totalInventory` 2, we can use a`$and` operator. This takes an array of documents with all the conditions that should be true for the AND to succeed:
0 commit comments