[ 
https://issues.apache.org/jira/browse/CB-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578589#comment-13578589
 ] 

Max Woghiren commented on CB-2437:
----------------------------------

I tried to reproduce this, but haven't been able to.  Can you show me the code 
that adds new contacts?
                
> Contacts API: When user tries to search contact with space, it does not shows 
> the result.
> -----------------------------------------------------------------------------------------
>
>                 Key: CB-2437
>                 URL: https://issues.apache.org/jira/browse/CB-2437
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.3.0
>            Reporter: bhavesh b
>            Assignee: Shazron Abdullah
>
> I am trying to use the contacts.find api to search the contact. but it does 
> not return the contact if the filter option is given with space(e.g. abc 
> xyz).  
> If user search for "abc xyz" then it does not shows the result, but when user 
> search for "abc" then it shows contact "abc xyz"
> Here is a code snippet of what I am trying to do:
> options = new ContactFindOptions();
> options.filter = request.term;
> options.multiple = true; 
> fields = ["displayName", "emails"];
> navigator.service.contacts.find(fields,
> function (contacts) {
> var responseList = [];
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to