mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

$nin does not work #212

Open EthanSK opened 4 years ago

EthanSK commented 4 years ago

What more can be said about this pile of garbage. $nin straight up doesn't work in the find filter. v6.1.0 - The last remaining version that lets users log in anon...

jsflax commented 4 years ago

Can you send us the errors you are receiving– for $nin and anon auth?

EthanSK commented 4 years ago

https://github.com/mongodb/stitch-ios-sdk/issues/209 for anon auth. $nin gives no errors, it just straight up ignores it. If i print my find query to the console and copy paste it ver batim into mongo compass, the returned results are correct, so it's not the query that's wrong, its stitch.

EthanSK commented 4 years ago

https://mongodb.canny.io/mongodb-stitch/p/fix-nin-and-ne-operators I know your community is small, maybe listen to them.