Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Array + Options notation for aggregate method #59

Closed
wants to merge 1 commit into from

Conversation

miccarr
Copy link

@miccarr miccarr commented May 10, 2017

Allow the official MongoDB notation db.collection.aggregate( pipeline [, options] ), using Array pipeline and giving the ability to pass options.
Custom db.collection.aggregate( step1, step2, … ) still usable.

Allow the official MongoDB notation `db.collection.aggregate( pipeline [, options] )`, using Array pipeline and giving the ability to pass options.
Custom `db.collection.aggregate( step1, step2, … )` still usable.
@miccarr miccarr closed this May 10, 2017
@miccarr
Copy link
Author

miccarr commented May 10, 2017

see #60

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant