wclr / mongoose-fill

Virtual async fileds for mongoose.js
61 stars 8 forks source link

Document the requirement to set virtuals property on schema #11

Closed drmikeh closed 8 years ago

drmikeh commented 8 years ago

Mongoose will not include the filled properties unless the Schema's "virtuals" property is set to true. It would be helpful to include this in the README.md. See: http://mongoosejs.com/docs/2.7.x/docs/virtuals.html

wclr commented 8 years ago

Right, thanks, will add.