RobThree / MongoRepository

Repository abstraction layer on top of Official MongoDB C# driver
https://www.nuget.org/packages/MongoRepository/
MIT License
307 stars 141 forks source link

Near queries #12

Closed pottabathini closed 9 years ago

pottabathini commented 9 years ago

How to write near queries using this repository. I need one example that illustrates how to get the near all locations based on latitude and longitude.

and also how to achieve pagination using this repository.

Please help me as soon as possbile

RobThree commented 9 years ago

For coding questions please refer to StackOverflow or similar sites. The MongoRepository issues tracker is for actual issues with MongoRepository, not support.