$ mongo > use demo switched to db demo > db.talks.find( { 'talks.title' : { '$exists' : true } } ). ... forEach(function(a) { print( a._id ) } ); derickr >