-
-
Save neomadara/c5ac65ef914e5666c45b12c166c196b8 to your computer and use it in GitHub Desktop.
Mongoose group by
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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