The two most important days in your life are the day you are born and the day you find out why.................................Mark Twain
db.post.find()
//find for string in an array of strings
db.post.find({"tags":"NoSQL"})
//find for string in the nested document. Find where user = "user1" inside comments document
db.post.find({"comments.user":"user1"})
No comments:
Post a Comment