标签: mongodb
无论如何使用mongodb来搜索ANY而不是省略查询。 实施例
db.users.find({country:"Vietnam", gender:ANY}).pretty()
而不是
db.users.find({country:"Vietnam"}).pretty()