Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. story
  2. {id: 1, name: 'First Story', tags: ['plants', 'flowers', 'dog']}
  3. {id: 2, name: 'Second Story', tags: ['flowers', 'wedding']}
  4. {id: 3, name: 'Third Story', tags: ['plants', 'wedding']}
  5.  
  6. r.table('story').getAll('plants', {index: tags})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement