Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function (doc) {
  2. if (doc.data && doc.data.d && doc.data.d.length>0 && doc.data.d[0] == 100)
  3. emit([doc._id,doc.data.d[0]], 1);
  4. }
  5.  
  6. https://rajsingh.cloudant.com/aaa/_all_docs?include_docs=true
  7.  
  8. https://rajsingh.cloudant.com/aaa/_design/views/_view/dzero?limit=200&reduce=false&include_docs=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement