[
https://issues.apache.org/jira/browse/CB-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15031501#comment-15031501
]
ASF subversion and git services commented on CB-4921:
-----------------------------------------------------
Commit d3b470256514c5c01fa69a037a764db846a63e42 in cordova-plugin-contacts's
branch refs/heads/master from [~vladimir.kotikov]
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=d3b4702
]
CB-4921 Corrects examples by adding missing `multiple` option where multiple
contacts are expected
> ContactField Full Example only returns 1 contact
> ------------------------------------------------
>
> Key: CB-4921
> URL: https://issues.apache.org/jira/browse/CB-4921
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Contacts
> Affects Versions: 2.9.0
> Reporter: Peter
> Assignee: Mike Billau
> Priority: Trivial
> Labels: reproduced, triaged
>
> There is something unusual about the documented Full Example for ContactField
> [1]
> The code example saves a bunch of phone number contacts and then does a
> *contacts.find* presumably to demonstrate that the phone numbers just saved
> can be retrieved OK.
> The problem with the example is that the *options* does not specify
> _multiple=true_ and since the default is _options.multiple=false_ [2] there
> will never be multiple contacts returned. So the example won't display all
> what just got saved, and it is also contrary to the way the onSuccess method
> is expecting to iterate over multiple contacts.
> I think the code should say
> {quote}
> options.multiple=true;
> {quote}
> [1]
> http://cordova.apache.org/docs/en/3.0.0/cordova_contacts_contacts.md.html#ContactField
> [2]
> http://cordova.apache.org/docs/en/3.0.0/cordova_contacts_contacts.md.html#contactFindOptions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]