Skip to content

Instantly share code, notes, and snippets.

@neumino
Created December 6, 2013 17:20
Show Gist options
  • Save neumino/7828654 to your computer and use it in GitHub Desktop.
Save neumino/7828654 to your computer and use it in GitHub Desktop.
RobertZ - IRC - 2013-12-06
r.db('test').table('test').filter( function(doc) {
return doc.keys().contains( function(key) {
return key.match("^(abc)")
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment