Re: AddressBook searching broken in 10.2.4
Re: AddressBook searching broken in 10.2.4
- Subject: Re: AddressBook searching broken in 10.2.4
- From: Henri Lamiraux <email@hidden>
- Date: Tue, 18 Feb 2003 12:40:04 -0800
Unfortunately it looks like this is the only solution. Testing for
CFSTR("") should not have worked in the first place (a property with no
value is not the same thing as a property with an empty string value).
But whatever the reason is if it was working in 10.2.3 it should still
be working in 10.2.4. We added support for correct searching of nil
values in 10.2.4 which seems to have broken this workaround.
On Tuesday, February 18, 2003, at 12:05 PM, Alec Carlson wrote:
Henri,
I made the change from CFSTR("") to nil in my search. Now it works
correctly
on 10.2.4, but fails on 10.2.3. Please don't tell me to put an OS
version
number check into my address book code. Any other suggestions ?
Alec
Looks like the problem is searching for not equal to an empty string.
For 10.2.4 the work around is to use nil instead of CFSTR("") but
CFSTR("") should still have been working...
-----------------------------------------------------------------------
Time is Short and the Water Rises
-----------------------------------------------------------------------
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
Henri Lamiraux
Engineering Manager
User Interface Tools Group
Apple
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.