There is method in CustomerConnector class customerConnector.getCustomers(String Query) to get list list of customer by passing query. what should be passed to this method as a query parameter .
I have tried,
customerConnector.getCustomers("phoneNumber=="+ "12345678098");]
I have also tried to get customer list using first name and last name , but Nothing is returned from sdk .
Is there anything I am missing in the query parameter??
Thanks, Jai