You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a projections object to Model.hydrate it does not actually select the fields from the projection like the documentation states.
According to the hydration docs
projection fields "should be selected for this document".
When passing a projections object to
Model.hydrate
it does not actually select the fields from the projection like the documentation states.According to the hydration docs
projection fields "should be selected for this document".
It should be returning
{ filling : 'cherry' }
I am on 14.18.3 of node, 5.13.2 of mongoose, and 4.4.6 of mongo
The text was updated successfully, but these errors were encountered: