When I search the ABAddressBook
for names of contacts, it returns matches that include job titles.
For example, let's say I've got a contact named John Smith, and he's a Technology Analyst.
If I search for ABAddressBook
entries for names that contain[cd]
Te
, I would like to avoid seeing John's name, since Te is not a substring of "John Smith".
How do I search the ABAddressBook
for a name while excluding a job title?