Dit is de code die je zoekt:
db.things.update({}, {$pull : { items: {$regex: 'app' } } })
Gebaseerd op informatie uit de $pull
documentatie
.
Ik heb hier een testscript toegevoegd .
Dit is de code die je zoekt:
db.things.update({}, {$pull : { items: {$regex: 'app' } } })
Gebaseerd op informatie uit de $pull
documentatie
.
Ik heb hier een testscript toegevoegd .