Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MetaCPAN-Client CPAN distribution.

Report information
The Basics
Id: 94491
Status: resolved
Priority: 0/
Queue: MetaCPAN-Client

People
Owner: Nobody in particular
Requestors: NEILB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.000001
Fixed in: (no value)



Subject: Not clear if / how you can nest either / all in complex searches
The description of complex queries doesn't say whether you can combine 'either' and 'all'. I tried what seemed the obvious approach to me: { either => [ { all => [ { foo => '...' }, { bar => '...' }, ] }, { all => { ... } } Seems like it's not supported, in which case the doc should make that clear. Cheers, Neil
Hi Neil, I corrected the code to support the nested structure (github). Will be released later this week. cheers, Mickey
Excellent!
Released version 1.001000 with the fix. Thank you for bringing this up.
On Wed Apr 09 17:11:03 2014, MICKEY wrote: Show quoted text
> Released version 1.001000 with the fix. > Thank you for bringing this up.
I think this issue can be closed, but this should probably be documented first.
sorry for the late response, pushed a doc update. will be released later on today.
also added an example script to the examples/ directory.