atheken / NoRM

NoRM is a MongoDB driver for .Net designed to provide access to strongly/statically-typed documents and collections.
BSD 3-Clause "New" or "Revised" License
397 stars 82 forks source link

Spatial Query #85

Open awcoats opened 13 years ago

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

baio commented 12 years ago

Try this https://groups.google.com/forum/?fromgroups#!topic/norm-mongodb/9mI2Uv_JY4Y, but can't find the way to query nested properties !