Closed coyotemarin closed 9 years ago
We should keep track of alternate names for companies, so we can match against them.
Fields:
company
company_name
is_full
I don't think we need a flag to tell us a name is canonical (just check if company == company_name).
company == company_name
This is done.
We should keep track of alternate names for companies, so we can match against them.
Fields:
company
: canonical company namecompany_name
: company nameis_full
: did we pick this as the company's full name?I don't think we need a flag to tell us a name is canonical (just check if
company == company_name
).