predicateWithFormat differs between Tiger and Leopard
predicateWithFormat differs between Tiger and Leopard
- Subject: predicateWithFormat differs between Tiger and Leopard
- From: Richard Salvatierra <email@hidden>
- Date: Thu, 24 Apr 2008 09:55:52 -0400
I am attempting to search within an SQL database. (coreData)
The predicate below filters the search properly in Leopard, but not in
Tiger. Have I missed something?
[NSPredicate predicateWithFormat: @"presentation_type == 0 AND (ANY
toSlides.slide_text LIKE[cd] %@)", [NSString stringWithFormat: @"*
%@*", searchString]]
Thanks,
Rich
_______________________________________________
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