Turistforeningen / node-mongo-querystring

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!
MIT License
100 stars 31 forks source link

Add 'or equal to' operator #15

Closed eknowles closed 8 years ago

eknowles commented 8 years ago

Allows query to include $gte and $lte. Fixes #13 .

This is the correct PR, reject the other one please :+1:

Starefossen commented 8 years ago

Sorry for taking way to long time to get this merged, @eknowles. Thanks for this patch! It has been released in v2.1.0 in npm as of just now :smile: