All I want is to update the value of the field "done" to "true"
I m developping with nodejs
here is the document :
{
"_id" : ObjectId("5a730e55114dbc2a0455c630"),
"email" : "[email protected]",
"password" : "12356789",
"tasks" : [
{
"title" : "new to do ",
"description" : "new something ",
"date" : "2018-02-07T18:16:29.469Z",
"done" : false
},
{
"title" : "new to d odo ",
"description" : "dod ododoododododo",
"date" : "2018-02-07T18:25:14.881Z",
"done" : false
}
]
}
$setoperator: docs.mongodb.com/manual/reference/operator/update/set