More than one predicate per CKQuery?

Is there a way to add more than one predicate to a CKQuery? I want to find records that match more than one attribute. An example of how to do this in simple code would be extremely helpful.

Yes you can use a compound predicate. [NSCompoundPredicate andPredicateWithSubpredicates:...]

More than one predicate per CKQuery?
 
 
Q