Hi Piotr, > Let's say that I have created two indexes for fields "docType" and "age": > (...) > My question is - How CouchDb will behave in case when I'm searching my db > using both fields when there are two indexes which contains the same > fields?
To answer your question (at least with js views, I don't use Mango but I suppose it to be similar), we need more details: - Are both fields variable parameters ? Or is one of them a constant? - Will both parameters be always set ? If not, which one might be unset? Regards, Aurélien
