If I call findAndModify, and a document matches the query, but the existing document has fields that the doc does not, will the old fields still exist in the new document, or will they be removed?
I've checked the findAndModify docs and the answers's not obvious. Trying it, fields in the old doc that aren't in the new doc seem to be removed - since this involves losing data, and there's nothing explicit about this is the docs, I'm not sure if this is the expected behaviour or not.