Open awcoats opened 13 years ago
How would I write in C# the following query?
db.Reports.find({"Loc" : {'$within' : { '$box': [[40.73083, -73.99756], [40.741404, -73.988135]] }}})
I looked in the tests and did not see any queries using the spatial index.
Andrew
Try this https://groups.google.com/forum/?fromgroups#!topic/norm-mongodb/9mI2Uv_JY4Y, but can't find the way to query nested properties !
How would I write in C# the following query?
db.Reports.find({"Loc" : {'$within' : { '$box': [[40.73083, -73.99756], [40.741404, -73.988135]] }}})
I looked in the tests and did not see any queries using the spatial index.
Andrew