CouchDB query a list function with the results of a view with multiple keys?
- by fuzzy lollipop
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