Re: [iPhone] NSPredicate formatting questions

2010-08-21 Thread Wyatt Webb
On Aug 21, 2010, at 9:15 PM, Sandro Noël wrote: > Oh my god, I feel ashamed... > that's what I get for working late. > > I'm sorry. No worries. It happens to us all. Better than chasing it for another couple of hours!___ Cocoa-dev mailing list (Coco

Re: [iPhone] NSPredicate formatting questions

2010-08-21 Thread Sandro Noël
Oh my god, I feel ashamed... that's what I get for working late. I'm sorry. On 2010-08-21, at 11:38 PM, Wyatt Webb wrote: > > On Aug 21, 2010, at 3:40 PM, Sandro Noël wrote: > >> while in a member resultset i want to filter the content on category names. >> >> [NSPredicate predicateWithForm

Re: [iPhone] NSPredicate formatting questions

2010-08-21 Thread Wyatt Webb
On Aug 21, 2010, at 3:40 PM, Sandro Noël wrote: > while in a member resultset i want to filter the content on category names. > > [NSPredicate predicateWithFormat:@"(caregory.name IN %@)",[selections > objectForKey:kPredicateFieldNamesArray]]; > > I crash with: > 'unimplemented

[iPhone] NSPredicate formatting questions

2010-08-21 Thread Sandro Noël
Greetings. i'm trying to set a predicate to query some deep object in my model. my model is as so. member is part of a category the category has a name. while in a member resultset i want to filter the content on category names. [NSPredicate predicateWithFormat:@"(caregory.name IN %@)",[selec