Query builder for accepting URL query parameters into your MongoDB queries. Safe and feature rich. Supports most of MongoDB's query operators such as $eq, $gt, $lt, $ne, $in, $nin, $exists, $regex, geospatial queries such as bbox and near, as well as your own custom query business logic!
When querying near leaving out the $minDistance parameters it fails.
near=12.1234,13.1345,2000
also when using a float for the $maxDistance it fails for me
near=12.1234,13.1345,2000.1,0
When querying near leaving out the $minDistance parameters it fails.
near=12.1234,13.1345,2000
also when using a float for the $maxDistance it fails for menear=12.1234,13.1345,2000.1,0