adilfaiz001 / Learning-HUB

This repository is to mark daily checkpoint, hurdles faced or any good learning which needs to be noted in all areas of software development, will noted in issue section
0 stars 0 forks source link

MONGO: Multi-level Array Update #13

Open adilfaiz001 opened 3 years ago

adilfaiz001 commented 3 years ago

REFERENCE https://stackoverflow.com/questions/29634150/updating-nested-array-inside-array-mongodb, https://www.nodechef.com/docs/cloud-search/updates-documents-nested-in-arrays

PROBLEM Updating value of key in a object which is part if nested array, e.g. qw Updating value of status inside double nested array

SOLUTION sol