-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing lookup_contactbyname
#439
Comments
Thanks for raising/documenting this, @MarcMichalsky. Maybe we can schedule a brief call next week? |
Yes, let's discuss that. |
@MarcMichalsky You said it's working for you using |
I thought that was what we wanted to hire you for, not the other way around. By the way, the idea of using What I fixed was the poor matching by |
Ok, right, I think I got this confused with one of the other tickets.... That's fine, but I think I'll put that in the |
Just to be clear: that doesn't mean it would take another year or so - we wanted to increase the release cycle anyway. |
Hi,
the
lookup_contactbyname
API needs a few fixes.Firstly, there is the deprecation of the
Contact.getquick
API3, which could be replaced by implementing theContact.autocomplete
API4. See #424.Furthermore, the flaw should be fixed where the contact with the shortest search hit (Smith) receives a higher rating than the contact with the more matching search hit (John Smith). I have explained the issue here: #403
What would it cost to implement these two requirements? If necessary, we would pay for it ourselves or motivate the community to fund it.
The text was updated successfully, but these errors were encountered: