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 protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]