De syntaxis is anders in het knooppuntstuurprogramma dan in de shell, de syntaxis die u gebruikt.
db.collection("collection_name").findAndModify(
{ _id: _id }, // query
[], // represents a sort order if multiple matches
{ $set: data }, // update statement
{ new: true }, // options - new to return the modified document
function(err,doc) {
}
);
Er is een aparte functie voor .findAndRemove()