Re: filtering an array of entities using NSPredicate
Re: filtering an array of entities using NSPredicate
- Subject: Re: filtering an array of entities using NSPredicate
- From: Jerry Krinock <email@hidden>
- Date: Sun, 14 Oct 2012 07:43:34 -0700
On 2012 Oct 14, at 07:05, Koen van der Drift <email@hidden> wrote:
> name IN {{"name" = "Jones A."}, {"name" = "Williams S."}, {"name" =
> "Brown M."}, {"name" = "Tobias S."}}
>
> That seems as expected to me.
It says that the name should be in a set of predicates, which are boolean. That doesn't make sense to me.
Definitely time to try a *real* predicate built with NSExpressions. Even though your predicate format is "right out of the book" (the Predicate Programming Guide), and should work, I don't trust that free-format jazz.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden