Skip to content

Instantly share code, notes, and snippets.

@mattapperson
Created December 22, 2011 14:17
Show Gist options
  • Select an option

  • Save mattapperson/1510444 to your computer and use it in GitHub Desktop.

Select an option

Save mattapperson/1510444 to your computer and use it in GitHub Desktop.
var o = collection.find({name:/smith/i}, {$limit:1, $sort:{timestamp:1}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment