• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Is the Xcode 3.1.3 predicate builder broken, or...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is the Xcode 3.1.3 predicate builder broken, or...


  • Subject: Is the Xcode 3.1.3 predicate builder broken, or...
  • From: Erwin Hogeweg <email@hidden>
  • Date: Fri, 28 Aug 2009 17:42:26 -0400

... am I missing something?

All -

I am building a predicate using the

It appears that the 'contains' clause in a predicate is converted into 'LIKE[c]' when the predicate is saved.

Entered: firstName contains $MATCH_STRING OR lastName contains $MATCH_STRING

Generated: firstName LIKE[c] $MATCH_STRING OR lastName LIKE[c] $MATCH_STRING

Now, I am not an expert on this subject by any stretch of imagination, so I could easily miss something here, but 'contains' and 'LIKE[c]' look different to me, and the Core Data fetch results seem to support my suspicion that something is wrong here.

If I have a person, say "Erwin" (just to pick a name...), the fetch results are empty until $MATCH_STRING is @"erwin", whereas I would expect it to give me something back as well when I just enter @"E", @"Er", etc.

Any thoughts on this?

Kind regards,

Erwin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: many, many linker warnings with boost & xcode 3.2
  • Next by Date: what new Xcode project template to use for a quicktime VDIG component?
  • Previous by thread: Re: many, many linker warnings with boost & xcode 3.2
  • Next by thread: what new Xcode project template to use for a quicktime VDIG component?
  • Index(es):
    • Date
    • Thread