You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2015/11/30 09:52:11 UTC

[jira] [Closed] (CB-4921) ContactField Full Example only returns 1 contact

     [ https://issues.apache.org/jira/browse/CB-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov closed CB-4921.
--------------------------------
    Resolution: Fixed
      Assignee: Vladimir Kotikov  (was: Mike Billau)

> 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: Vladimir Kotikov
>            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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org