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 global option searchInArray option is true, the first works and the second doesn't.
If the global option searchInArray is false, the second works, and the first doesn't.
This test fails:
If global option
searchInArray
option istrue
, the first works and the second doesn't.If the global option
searchInArray
isfalse
, the second works, and the first doesn't.According to
https://docs.mongodb.com/manual/tutorial/query-array-of-documents/
I believe both of these should be valid and operational.
The text was updated successfully, but these errors were encountered: