Check that Field Exists with MongoDB October 20, 2022 by Tarik Use $ne (for “not equal”) db.collection.find({ "fieldToCheck": { $ne: null } })