Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created July 9, 2015 14:10
Show Gist options
  • Select an option

  • Save codedmart/59bc5628c9890baa3869 to your computer and use it in GitHub Desktop.

Select an option

Save codedmart/59bc5628c9890baa3869 to your computer and use it in GitHub Desktop.
r.db('db').table('orders').filter(function(o) {
return r.expr(['#1912', '#1931']).includes(o('some')('name'))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment