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

equal to #13

Closed eknowles closed 8 years ago

eknowles commented 8 years ago

Currently there isn't a way to use $gte. Need to find a url save symbol for equal.

Starefossen commented 8 years ago

I think ?foo=<=10 should be URL safe.

Starefossen commented 8 years ago

@eknowles would you like to submit this enhancement as a pull request, or should I just go ahead and do it?

eknowles commented 8 years ago

I'll do it :)

Starefossen commented 8 years ago

Great, thanks :thumbsup: