How could you search through the contacts (aka address book) in Mountain Lion, using Objective-C, to find all company records (i.e. kABShowAsCompany) with the same company name as the current person record? For example, if I have a person record with company "Acme Corp" I want to find all company records with name "Acme Corp".
I need to return an NSArray of records with flag kABShowAsCompany and kABOrganizationProperty equal to kABOrganizationProperty of the current record.
Thanks for any help.