Chemical-Curation / chemcurator_django

Backend services for chemical curation
https://api.chemreg.epa.gov
MIT License
1 stars 0 forks source link

284: Index synonyms with additional keys #286

Closed mwfrost closed 3 years ago

mwfrost commented 3 years ago

closes: #284

When sending SubstanceIndex schema resources to the Resolver index, each element in the synonyms list must have key-value pairs for synonym.synonym_quality.score_weight and synonym.synonym_type.score_modifier.

Necessary changes on the Resolver side are here: https://github.com/Chemical-Curation/resolver/pull/15