Re: EOOrQualifier / EOAndQualifier
Paul Lynch <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On 26 Aug 2006, at 13:54, WILLIAM GARNETT wrote: > I am trying to make up a qualifier such as: > > (Spec1 OR (Spec2 AND Spec3)) > > I tried an EOOrqualifier made up of 2 qualifiers: > > - Spec1 > - Spec2 AND Spec3 > > But it seemed to just evaluate the first half of Spec2 AND Spec3; > in other words it ends up evaluating Spec1 OR Spec2, but ignoring > Spec3. > > What would be the correct way to approach this. Do I have to make > the second > part an EOAndQualifier? You'll need to show some code, as, at least in principle, that works just fine. Paul