• 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
NSSearchField constants in search predicate binding?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSSearchField constants in search predicate binding?


  • Subject: NSSearchField constants in search predicate binding?
  • From: Steve Mykytyn <email@hidden>
  • Date: Thu, 13 Nov 2008 17:28:53 -0500

I'd like to use constant values in certain NSSearchField search predicate bindings, but can't seem to get them to work. As in these two predicates

ALL

phoneNumber contains $value

USA ONLY

(phoneNumber contains $value) and (countryName contains 'United States')

Is this possible, and what's the correct syntax if it is possible?

I could not find anything obvious online, and thought the example above ought to work
_______________________________________________


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


  • Prev by Date: Re: Does HELP cache source location?
  • Next by Date: Re: Weird bug in IB...
  • Previous by thread: Model mapping crash
  • Next by thread: Re: Linking with a very specific library version
  • Index(es):
    • Date
    • Thread