Re: Core Data Fetch Error
Re: Core Data Fetch Error
- Subject: Re: Core Data Fetch Error
- From: Chris Hanson <email@hidden>
- Date: Fri, 10 Mar 2006 16:21:57 -0800
On Mar 10, 2006, at 4:12 PM, Chris Hanson 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.
Just a minor correction here: CONTAINS *does* support case- and
diacritic-insensitive string matching. Sorry for any confusion.
-- Chris
_______________________________________________
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