Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created February 5, 2015 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfarcand/76a0452f4ed7d22f7a44 to your computer and use it in GitHub Desktop.
Save jfarcand/76a0452f4ed7d22f7a44 to your computer and use it in GitHub Desktop.
> db.getCollection("2014").find( {$and : [{ 'away.name': 'Canadiens'}, {'periods.events.event_type' : 'emptynetgoal'}]}).count()
5
> db.getCollection("2014").find( {$and : [{ 'home.name': 'Canadiens'}, {'periods.events.event_type' : 'emptynetgoal'}]}).count()
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment