> > I have started looking a couchDb for a project of mine. I fully > understand the idea of documents and the work wot be performed with > them. But I have some question about the views: is there a way to pass > parameter to the views? So far all I have read points that views are > that, views and that I need to know them before hand. How do I make a > query at runtime then? >
Have you taken a look at http://wiki.apache.org/couchdb/HTTP_view_API ? In particular, see the heading "Querying Options" there. FB
