Hi all.

I need choose database for new project. 
CouchDB is works for me.

But i need a functionality of OR in search requests.

Like in sql:
where 
(tag1 = val1 OR tag1 = default) AND
(tag2 = val2 OR tag2 = default) AND
(tag3 = val3 OR tag3 = default) AND
(tag4 = val4 OR tag4 = default) ...


Is it possible with CouchDB?


-- 
Aleksey Kluchnikov

Reply via email to