-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhoneNumbers not populated #7
Comments
Seems to be same as |
You have Contacts in your phone that don't have a phone number. If you only want to get contacts that have phone numbers, change your query to:
|
What I was trying to say is that even contacts that have numbers don't have the phoneNumbers list populated. The PR #5 seems to fix that. |
If you run the query you've written in your first comment, you will get contacts without phone numbers. If you add hasPhoneNumber() to the query, you shouldn't get contacts without phone number. |
Dear Tamir, as per my previous comment, if I query with hasPhoneNumber(), some contacts won't be populated in the result even if they have phone numbers. This is certainly due to the normalized phone number field. |
Hello tamir, TurhanOz is right, am currently experiencing same problem where I use hasPhoneNumber() but some contacts still don't have the phoneNumber field populated even though they have phone number. It'll be great if you could add the PR as he suggested.. |
Or if you can fix the problem while using the normalizedPhoneNumber, it'll be even better. |
Seeing the same issue. Is there a permanent fix coming for this? |
Added phoneNumber field in 1.1.0 |
Hello,
I'm making a simple query such as :
Some of the contacts don't have PhoneNumbers populated whereas it is filled on the System stock Contact application.
Any idea ?...
Cheers
The text was updated successfully, but these errors were encountered: