Skip to content

[Bug Report] Contact Search Issues #289

@i-am-rad

Description

@i-am-rad

🐛 Describe the Bug

Searching on the API by phone number is not working. Tested on 2 contacts.

curl -X POST 'https://services.leadconnectorhq.com/contacts/search' -H 'user-agent: Make/production' -H 'version: 2021-07-28' -H 'authorization: ***' -H 'content-type: application/json' -d '{"page":1,"filters":[{"operator":"eq","field":"phone","value":"+18887772222"}],"pageLimit":100,"locationId":"20LBRTqdZ9RABw4peezb"}'

Response

{
"contacts": [],
"total": 0,
"traceId": "0398c85a-261f-43f7-a83c-ce02820ad6aa"
}

Doing a get contact by id:

{
"contact": {
"id": "PBpuWvWICnSR8LLafaaO",
"dateAdded": "2026-05-05T15:12:41.809Z",
"tags": [],
"type": "lead",
"locationId": "20LBRTqdZ9RABw4peezb",
"firstName": "test",
"firstNameLowerCase": "test",
"fullNameLowerCase": "test contact",
"lastName": "contact",
"lastNameLowerCase": "contact",
"email": "test11@gmail.com",
"emailLowerCase": "test11@gmail.com",
"phone": "+18887772222",
"country": "US",
"attributionSource": {
"sessionSource": "CRM UI",
"medium": "manual",
"mediumId": null
},
"additionalEmails": [
{
"email": "test22@gmail.com"
}
],
"createdBy": {
"source": "WEB_USER",
"channel": "APP",
"sourceId": "y9s4rxvvz0R0nUgGXGi4",
"sourceName": "Jacob Radcliffe",
"timestamp": "2026-05-05T15:12:41.809Z"
},
"dateUpdated": "2026-05-05T15:15:12.449Z",
"additionalPhones": [],
"customFields": []
},
"traceId": "1b7659b5-5457-465a-adde-7bdba2649c54"
}

📍 API Endpoint

/contacts/search

✅ Expected Behavior

Return the contact

💻 Screenshots or Code Samples

No response

Product Area

contacts

📋 Use Case

API bug

🚨 Why Should This Be Prioritized?

Not a good bug.

🧠 Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions