On Sat, May 31, 2008 at 9:57 PM, Fabian <[EMAIL PROTECTED]> wrote: > I'm trying to figure out how to use NSExpressions in a predicate but > find the documentation a bit deficient.
I'm not convinced it's a documentation issue! You could achieve what you want to do by creating a transient, read-only property on your entities that returns some conjunction of the title and subtitle. Then you simply filter on that property alone. Hamish _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
