sql >> Database teknologi >  >> NoSQL >> MongoDB

Forespørgsel efter objekt i Mongoose Sub Array

Du kan bruge denne forespørgsel:

Library.find({
  'id': libraryID,
  'collections.id': CollectionID,
  'collections.subCollections.id': subCollectionID
}, { 'collections.subCollections.$': 1 }, function(err, data) {
  console.log(err, data);
})



  1. Slet alt i en MongoDB-database

  2. Generering af en struktur til aggregation

  3. Mongoexport til flere csv-filer

  4. MongoDB Database Automation Basics Brug af Chef