closeio / closeio-node

An Unofficial Close.io API wrapper for Node.js.
19 stars 18 forks source link

Search contact does not return expected results. #30

Open architgarg opened 3 years ago

architgarg commented 3 years ago

This works fine -

this.client.lead.search({ 'name': 'Person's name here' });

This doesn't seem to do actual search! -

this.client.contact.search({ 'name': 'Person's name here' });