Skip to content

Implement $limit aggregation pipeline stage #1425

Closed
@rumyantseva

Description

https://www.mongodb.com/docs/manual/reference/operator/aggregation/limit/

DOD:

  • Test {$limit: x} on collection that contains more than x document. (May need to use $sort stage before $limit to ensure consistent order)
  • Test with $match stage (again may need $sort)
  • Test with $group stage (again may need $sort)
  • any other case

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

code/featureSome user-visible feature is not implemented yet

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions