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
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