Skip to content

Instantly share code, notes, and snippets.

@eowfenth
Last active January 16, 2018 19:22
Show Gist options
  • Select an option

  • Save eowfenth/8a23f5f81542272ced9967107e8cc054 to your computer and use it in GitHub Desktop.

Select an option

Save eowfenth/8a23f5f81542272ced9967107e8cc054 to your computer and use it in GitHub Desktop.
RethinkDB - Nested filter
r.db('database').table('table').filter(x => (x('field').contains(y => y('nestedField').eq('value'))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment