Chema
Chema
Hi @diegohaz , the problem is in the validator method, BUT the problem is not in Bodymen, is your other module rich-param, it can't work fine with objects. If I...
But... with this, the nested property is not checked... :(
Ok, more information... If I configure my schema like this in the body: ``` { 'Name': String, 'Address' : { type: Object } } ``` It works... but the validation...
Hi @diegohaz, perfect and thanks. I will check this new repo, and I will try to contribute. My workaround is validate with express-validator. One question, I did not found problems...
I have check the code, it would be easier to contribute if you document a litte the code ;) For example, how walk method works in utils? Thank you so...
Hi @khelkun, my workaround is something like this: ``` const contextSchema = new Schema({ user: { type: Schema.ObjectId, ref: 'User', required: true }, rootview: { type: String }, directoryview: {...
Interesting... you can validate an array ob objects?
Perfect! tell me more later ;) El mié., 30 ago. 2017 a las 13:14, khelkun () escribió: > I think I got something! > Here is the mimetypes field definition...
Hi guys, I was using MongoRepository 1.6.4.0 and all was working fine. My Database Provider has migrate the databases to version 3.0, and all my querys is not working now....
Hi guys!! What is the real state of this project? Thanks!!