hi everyone I am couchdb for one of my project and i am stuck at a place where i need your help. My use case of problem is that i have a set of documents which have same field with different value and i need to get the value of field (say name) from a document with id (say information) , and i want this mapfunction to be generic so that i can call this with different document id and get the the field value out of it. In sql it can just be( select name from Table where id = 1233 ) so any help is appreciated
Thanks
