Open Herteby opened 7 years ago
Hi there! Still active? :slightly_smiling_face:
If you tried using nested fields with cacheDoc (like this: ['profile.first_name','profile.last_name']), Mongo would give an error, because $set ended up looking like this:
['profile.first_name','profile.last_name']
$set:{ _user:{ 'profile.first_name':'Simon', 'profile.last_name':'Herteby' } }
I've fixed it in this pull request: https://github.com/jeanfredrik/meteor-denormalize/pull/14
Hi there! Still active? :slightly_smiling_face:
If you tried using nested fields with cacheDoc (like this:
['profile.first_name','profile.last_name']
), Mongo would give an error, because $set ended up looking like this:I've fixed it in this pull request: https://github.com/jeanfredrik/meteor-denormalize/pull/14