Skip to content

Add Support of In Aggregation with field value search in Array with In [DATAMONGO-2287] #3144

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions