Ash (Mike) Goren
Ash (Mike) Goren
Weird! Thanks so much for looking into that for me. Yes, that call did work fine in the past, and it still works fine searching for that email within the...
That works. So I think I figured this out. In my testing outside of my app I was searching with code such as the following: ``` client.list_leads(email: "[email protected]") # total_results...
Upon further experimentation, I figured out a fix. Originally I had been searching as follows: ``` client.list_leads(email: "[email protected]") # worked in the past but now returns 0 results ``` When...