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 support for Express.js querystring parser #7

Closed Starefossen closed 8 years ago

Starefossen commented 8 years ago

This PR adds support for the default query string parser used in Express.js and Hapi.js.