Open JerryVeldhuis opened 9 years ago
Should include
Will want a simple tool to test/review search results with.
A lookup methodology we found works well is: Title > Director > Year (+/-2) if not found then Director > Year (+/-2) > Title (fuzzy match)
(We found Director(s) was better (i.e. faster and fewer 'possibles') than trying to use Actors for the initial matches retrieval)
Possibly a new perl object called TitleCriteria that includes matching fields that can be optionally set with known (and trusted) information. Then use the TitleCriteria object to conduct searches returning weighted results.