Posts by AiltonSilvaSC • 11 points
2 posts
-
0
votes1
answer275
viewsA: Find(ID) of Mongo returns nothing
Since Id is long type, I did the following way that returned me the document: db.usuarios.find(({"_id" : NumberLong("87604980344721408")}) Trying in the following ways returned nothing:…
-
1
votes1
answer275
viewsQ: Find(ID) of Mongo returns nothing
I have a collection called users on Mongo with approximately 1000 values. Access Mongo through Mongodb . NET Driver, at the moment everything works normally. But these past few days I’ve been…