EOOrQualifier / EOAndQualifier
"WILLIAM GARNETT" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <44F04494.000003.03368@BILL> |
Hello all; 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? Thanks in advance for your help. Cheers, Bill.