NSSearchField constants in search predicate binding?
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