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