[
https://issues.apache.org/jira/browse/CB-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
bhavesh b closed CB-2437.
-------------------------
Resolution: Not A Problem
> =
> -
>
> Key: CB-2437
> URL: https://issues.apache.org/jira/browse/CB-2437
> Project: Apache Cordova
> Issue Type: Bug
> Reporter: bhavesh b
> Assignee: Max Woghiren
> Priority: Blocker
>
> 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