Open
Description
Hi, I am using feathers-mongoose version 8.5.1 , mongoose 6.0.13, I am installing 'mongoose-lean-virtuals' and the lean attribute that we should pass in order to support that is lean: {virtuals: true}
, which does not align with the code in this repo - which demands lean
to be boolean
.
The thing is that this actually make it work - my question is: how come ? I presume feathers just pass that to mongoose which support that ( with the plugin of course ).
is it true? if so - the documentation and code and options types should support that.
Metadata
Metadata
Assignees
Labels
No labels