my array is as following:
{
"_id" : ObjectId("5704cf4da64ffd34d7285fef"),
"names" : [
{
"name" : "harjeet"
},
{
"name" : "harjeet123"
},
{
"name" : "harjeet1234"
}
]
}
i need to update name as "harjeet12345", all of them.
my research found about this: https://jira.mongodb.org/browse/SERVER-1243
Is there any way to perform this update