db.getCollection('myLists').find({MyListType:{$in:[1,3]}}) db.getCollection('myLists').find({MyListType:{$nin:[1,3]}})