Guest User

Untitled

a guest
Aug 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. let sample_text = "{$and: [some conditions]}"
  2. let results = My_Collection.find(sample_text).fetch()
  3.  
  4. let results = My_Collection.find({$and: [some conditions]}).fetch()
Add Comment
Please, Sign In to add comment