Closed gflandre closed 6 years ago
Create a Lead with a custom field called "Foo bar" and set its value to "test".
This should work:
closeio.lead.search({ 'custom.Foo bar': 'test' })
But it returns an empty array.
curl -XGET "https://app.close.io/api/v1/lead/?query=%22custom.Foo%20bar%22%3Atest" works as expected
curl -XGET "https://app.close.io/api/v1/lead/?query=%22custom.Foo%20bar%22%3Atest"
Looks like this was fixed with #5.
Create a Lead with a custom field called "Foo bar" and set its value to "test".
This should work:
But it returns an empty array.
curl -XGET "https://app.close.io/api/v1/lead/?query=%22custom.Foo%20bar%22%3Atest"
works as expected