Last active
January 16, 2018 19:22
-
-
Save eowfenth/8a23f5f81542272ced9967107e8cc054 to your computer and use it in GitHub Desktop.
RethinkDB - Nested filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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