Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save neomadara/c5ac65ef914e5666c45b12c166c196b8 to your computer and use it in GitHub Desktop.

Select an option

Save neomadara/c5ac65ef914e5666c45b12c166c196b8 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