Skip to content

Instantly share code, notes, and snippets.

@mbroadst
Created October 13, 2015 19:13
Show Gist options
  • Save mbroadst/8dd911f1b002447549ba to your computer and use it in GitHub Desktop.
Save mbroadst/8dd911f1b002447549ba to your computer and use it in GitHub Desktop.
r.db('mydb').table('blah')
.filter(function(doc) {
return doc('foo').filter({ id: 'thingYouWant' }).count().ne(0);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment