Skip to content

Instantly share code, notes, and snippets.

@countnazgul
Last active April 17, 2022 18:54
Show Gist options
  • Save countnazgul/4f2c2f7d6d90c6b9162f to your computer and use it in GitHub Desktop.
Save countnazgul/4f2c2f7d6d90c6b9162f to your computer and use it in GitHub Desktop.
[Filter specific fields in query] #mongo #mongoose
User.find({}, 'first last', function (err, usr) {
//Got the result, saved a few bytes of code
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment