On May 11, 2010, at 9:48 AM, Theodore Petrosky wrote:

EOQualifier theSearchQualifier0 = ERXQ.is("hasChildren", hasChild);
EOQualifier theSearchQualifier1 = ERXQ.is("isComplete", includeClosedJobs); EOQualifier theSearchQualifier2 = ERXQ.contains("jobDescription", this.theDescString);

I have these three qualifiers... If I use them separately, they work exactly as expected.

How can I add them together to form 1 qualifier to give to the fetch?

what I want to end up with is:

EOQualifier theSearchQualifier = ERXQ.and(ERXQ.contains("jobDescription", this.theDescString), ERXQ.is("isComplete", includeClosedJobs), ERXQ.is("hasChildren", hasChild));


Have you tried that?  It looks correct....


--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects







_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to