I am using the meteor collection driver and I noticed that when you edit embedded document attributes it does not proper update. After some debugging i realized that the entire document is not readily available but only the node which was updated.
Is there a quick way to reassemble the updated document so i can update it back into the collection?