Re: Core Data Fetch Error
Re: Core Data Fetch Error
- Subject: Re: Core Data Fetch Error
- From: Ashley Clark <email@hidden>
- Date: Fri, 10 Mar 2006 18:21:17 -0600
On Mar 10, 2006, at 6:12 PM, Chris Hanson wrote:
On Mar 10, 2006, at 3:50 PM, Greg Herlihy wrote:
One way to avoid the regular expression parsing would be to specify
"CONTAINS" instead of "LIKE" for the match. In fact there seems
little
reason to perform a "LIKE" search unless the search text does in fact
contain a regular expression.
The predicate CONTAINS operator, like the =/== operator, does not
support case- or diacritic-insensitive string matching.
-- Chris
That's incorrect, CONTAINS does support case- or diacritic-
insensitive string matching:
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSPredicate.html
Ashley Clark
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden