0
Q:

mongoose find by nested property

 System.findOne({ 'nodes.main.Alpha': 23000}, function(err, system){
   if(err){console.log(err);}
   else{console.log(system);}
 });
0

New to Communities?

Join the community