How would I convert this into a raw statement: db.users.find ( { $or: [ { 'skills.Pascal': {$exists: true} }, { 'skills.Accounting': {$exists: true } } ] } )