Skip to content
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

Return match quality result from match() #13

Open
mirodietiker opened this issue Jul 27, 2015 · 1 comment
Open

Return match quality result from match() #13

mirodietiker opened this issue Jul 27, 2015 · 1 comment

Comments

@mirodietiker
Copy link
Member

The match() method just returns matches above the threshold.

Sometimes the thresholds are not that hard. There might be a safe threshold to run something with strict assignment and some lower threshold where matches are not considered to be sharp and possibly need review. Still, we want to continue process.

To allow this kind of stuff, the match should return some result with data about match quality, in addition to the contacts.

@edurenye
Copy link
Contributor

edurenye commented Feb 9, 2016

I created the pull request for it #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants