CouchDB query a list function with the results of a view with multiple keys?

Posted by fuzzy lollipop on Stack Overflow See other posts from Stack Overflow or by fuzzy lollipop
Published on 2010-04-18T03:48:47Z Indexed on 2010/04/18 3:53 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

Multiple key selection on the view works fine. I now want to process the results through a list function.
This is what I am trying right now and I can't get it to work.

curl -X POST -d '{"keys":[["cnnid","22222222"],["src","e"]]}' http://localhost:5984/test/_design/transfer/_list/search/search1?group=true&group_level=1

© Stack Overflow or respective owner

Related posts about couchdb

Related posts about views