mongo find docs with same field code example Example: mongodb find documents where two fields are equal db.myCollection.find( { $where: "this.a1.a != this.a2.a" } )