Re: iOS Core Data complex predicate.

2011-03-18 Thread Sandro Noël
Andreas First off, thank you for taking the time to read my essay. I did not know the setReturnDistinctResults: was dependant on setPropertiesToFetch: your explanation is outstanding. That did the trick, and I thank you very much. Sandro. On 2011-03-17, at 6:49 PM, Andreas Grosam wrote:

iOS Core Data complex predicate.

2011-03-17 Thread Sandro Noël
Greetings! I am facing a problem with a complicated predicate I'm building. it keeps returning multiple instances of the same records. if every predicate used alone works as a charm, problems occur when they are combined together. my model is constructed as so

Re: iOS Core Data complex predicate.

2011-03-17 Thread Andreas Grosam
On Mar 17, 2011, at 8:15 PM, Sandro Noël wrote: Greetings! I am facing a problem with a complicated predicate I'm building. ... then this predicate is fed to a fetch Request which in turn is fed to a fetched Result Controller. the fetch is configured to[fetchRequest