react-native-contacts
react-native-contacts copied to clipboard
getContactsMatchingString search also in addresses
In the doc, we can see:
getContactsMatchingString(string): Promise<Contact[]> - where string is any string to match a name (first, middle, family) to
This is misleading since the getContactsMatchingString
also searches inside postalAddresses
. I did a quick test, and by entering the stress name, I had results that did not fit the name.
Would you mind adjusting the doc so we know explicitly which fields are used for the search for getContactsMatchingString
?
@dprevost-LMI feel free to fix the doc and submit a PR.
This issue is stale, please provide more information about the status
Will do soon