1. MongoDB nested documents searching stackoverflow.comHow do I search through mongodb documents where documents have nested documents. For example I have a collection of private messages. Each private message has two nested documents - one representing ... |
2. Ordering MongoDB collection by size of nested array stackoverflow.comIs it possible to order a MongoDB collection by the size of a nested array? Say for example we have a collection of Question documents and each document has a nested ... |
3. Nested/threaded comments system - MongoDB and Java stackoverflow.comI am currently building a charity student support website, to help African students that want to apply to American Universities. I want to build a threaded comments system. I was planing ... |
4. Freemarker, Maps and Mongo. Getting a value out a nested structure stackoverflow.comI have a Mongo Database and I am making a small web application to display the values from the database. I'm having a little problem with getting a value from a ... |