querymen
querymen copied to clipboard
Querystring parser middleware for MongoDB, Express and Nodejs (MEN)
Hi, How can i use queryman to query references schema properties? lets say i have City Model and Streets Model where ```jsCity : { id: 123, name: 'my city', streets:...
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...
I have the following Schema ``` new querySchema({ type: String, garment: String, brand: String, supplier: String, name: RegExp }) ``` Haven't touched anything regarding pagination or limit, however after updating...
First, everything works like a charm, thanks! I have one (minor) problem I can't seem to figure out. How to disable pagination and limits on default, unless some sets the...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Chore: add object option...
Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 to 5.7.7. Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.7.7 / 2019-10-24 > ================== > * fix(populate): make populate virtual consistently an empty array if local field...
Now page limit has been removed and default results are not limited to 20.
fixed Schema limit bug @diegohaz Can you just take a look?
import { Schema } from 'querymen' const querySchema = new Schema({ something: { type: // -> objectId { })