db.getCollection('myLists').find({MyListType:{$lt:3}}) db.getCollection('myLists').find({MyListType:{$gt:3}}) db.getCollection('myLists').find({MyListType:{$ne:3}}) db.getCollection('myLists').find({MyListType:{$lte:3}})