Skip to content

Instantly share code, notes, and snippets.

@jeroenbourgois
Created April 10, 2011 20:13
Show Gist options
  • Save jeroenbourgois/912688 to your computer and use it in GitHub Desktop.
Save jeroenbourgois/912688 to your computer and use it in GitHub Desktop.
Mongoose group by
Model.find({}, [], {'group': 'FIELD'}, function(err, logs) {
// code
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment