I would be curious how you're doing the "AND" part. If you're querying the
view with multiple keys, you could look into keys that are arrays and see
if that works for you.
On Dec 7, 2012 12:39 AM, "Aleksey Kluchnikov" <[email protected]> wrote:

>
> 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