toy1 = { color: 'red' }; toy2 = { color: 'pink' } Toys.find({color: { $in: ['red', 'green', 'blue'] }}, cb); // finds toy1, but not toy2