> db.foo.insert({})
> db.foo.find(
)
{ "_id" : ObjectId("4bfd5078deec96b27dbb35d7") }> db.foo.find({a:{$in:[null]}})
>
> db.foo.ensureIndex(
{a:1})
> db.foo.find(
)
{ "_id" : ObjectId("4bfd5078deec96b27dbb35d7") }> db.foo.find({a:{$in:[null]}})
{ "_id" : ObjectId("4bfd5078deec96b27dbb35d7") }