Query on Embedded Documents in MongoDB: Embedded Object Fields & Arrays Fields
MongoDB database contains lots of documents. Sometimes the documents have documents in them. These documents may further contain more documents hence forming a complex structure. Querying uncomplicated documents is straightforward and we have already covered how to query MongoDB documents in another article: NodeJS MongoDB Query. However, the complex structure sometimes results in difficulty in […]
Query on Embedded Documents in MongoDB: Embedded Object Fields & Arrays Fields Read More »