That'll work too, though keys for GET is fairly recent iirc, you might have to 
POST for older versions.

"OR" is easy enough, it's "AND" that's tricky (and why I wrote couchdb-lucene…)

B.

On 11 Oct 2013, at 14:09, svilen <[email protected]> wrote:

> wasn't it
> ...?keys=[list]
> 
> 
> n Fri, 11 Oct 2013 14:56:57 -0300
> Hank Knight <[email protected]> wrote:
> 
>> This allows my to find all results where the key equals "GOLD":
>> http://example.com/abc/_design/iws/_view/q?key=%GOLD%22
>> 
>> This allows my to find all results where the key equals "SILVER":
>> http://example.com/abc/_design/iws/_view/q?key=%SILVER%22
>> 
>> This allows my to find all results where the key equals "BRONZE":
>> http://example.com/abc/_design/iws/_view/q?key=%BRONZE%22
>> 
>> How can I get results with a single query where the key equals GOLD or
>> SILVER but not BRONZE?

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to