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
I tried on apiLevel both v1.6 and v2.0, they give me same result.
I am not able to find documentation of Mango v1.6 or v2.0 on their official website, so I am not sure if the $in has different functionality in earlier version or it is a bug in Tingo?
The text was updated successfully, but these errors were encountered:
Hi,
I have such data in my db:
Here I am supposed to get dp' array contains
dp1
ordp2
or both.This is my query code:
When I run this test on Mongo v3.4.16 and v3.6.6, the results are as we expected.
But when I run the same query in Tingo, what I got is
I tried on apiLevel both v1.6 and v2.0, they give me same result.
I am not able to find documentation of Mango v1.6 or v2.0 on their official website, so I am not sure if the
$in
has different functionality in earlier version or it is a bug in Tingo?The text was updated successfully, but these errors were encountered: