thinkingmachines / linksight-2018

LinkSight is a web app for applying the Philippine Standard Geographic Code to messy and misspelled barangay, municipality, city, and province names.
https://linksight.thinkingmachin.es
GNU General Public License v3.0
11 stars 1 forks source link

Change logic for identifying "exact" matches #157

Closed piafaustino closed 6 years ago

piafaustino commented 6 years ago

Currently, whenever there is only one returned match for a source record, we classify this as an "Exact Match." However, a match should only be considered "Exact" if the source fields perfectly mirror the matched fields. Everything else should be considered a near match.

piafaustino commented 6 years ago

This is my first commit don't judge me haha

stuckoverflo commented 6 years ago

This gave me an idea to still utilize the duplicated function to classify different match types. Closing this one in favor of https://github.com/thinkingmachines/linksight/pull/164