Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created December 16, 2015 23:05
Show Gist options
  • Save codedmart/c1c02a32ad04b40de724 to your computer and use it in GitHub Desktop.
Save codedmart/c1c02a32ad04b40de724 to your computer and use it in GitHub Desktop.
r.table('products').filter(function(prod) {
return prod('keywords').coerceTo('string').match('(?i)testing');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment