Closed
Description
Shashank Sharma opened DATAMONGO-2287 and commented
Adding support for
{ $in: [ <expression>, <array expression> ] }
eg.
{ $in: [ "abc", [ "xyz", "abc" ] ] }
* Above operation to return true for Filteration Purpose in Aggregation.
Didn't find it's support in existing Framework
Reference URL: https://docs.mongodb.com/manual/reference/operator/aggregation/in/
Referenced from: pull request #760, and commits 06018fa, b42c7da, 8b406b2, 332ec46, a3ef9b5, 43666d7