RussellJuma / PySuiteCRM

MIT License
10 stars 4 forks source link

Searching on email1 truncates domain name at dot #10

Open LittleDuke opened 1 year ago

LittleDuke commented 1 year ago

If I call

result = suitecrm.Prospects.get(email1='person@gmail.com') It's chopping off the domain after the '.'

DEBUG:

/module/Prospects?filter[email1][eq]=person@gmail.