I have an application where I have a list of 20-40 document id's that I would like to retrieve from couch. There isn't a pattern to these ids that would translate to a view easily (to my knowledge).
What is the best way to do this? It seems excessive to create 40 http requests on the server to render a single web page. Is there a better way? Thanks, Gordon
