FROM : Richard Salvatierra
DATE : Thu Apr 24 15:55:52 2008
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
DATE : Thu Apr 24 15:55:52 2008
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
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

