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
Thanks for the bug report. We are not correctly handling deeply nested array comparisons here. The array should be flattened to the depth of the selector before comparing.
I ran into the following query working on the MongoDB playground, but not working in Mingo:
Here's the link to the playground: https://mongoplayground.net/p/NTqxvjkqAEh. Here I am getting the expected result.
With Mingo, the query does not match.
When I remove one level of nesting and adjust the query, the test passes:
It also matches when I remove the second child!
Is this a bug or am I misunderstanding / misconfiguring?
The text was updated successfully, but these errors were encountered: