Hello!
I am new with couchdb. And I try to understand how can I create view where I
can set >1 parameter.
When I work with with sql I can do such query
Select *  From data
Where ( Param1 >XXX and Param1 < YYY ) and ( Param2 >NNN and Param2 < OOO )
...
So when I must use only I parameter I do it with startkey and endkey. But if
I have more then one parameter?
Thank you!

Alexander

Reply via email to