Chemical-Curation / chemcurator_django

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

Compound is returned by search #309

Open cmgrulke opened 3 years ago

cmgrulke commented 3 years ago

As a researcher I want to be able to retrieve not just substances, but also compounds using the resolver So that I can find compounds that do not have cognate substances

GET https://api.chemreg.epa.gov/search?identifer=$$$$$$$

Acceptance Criteria: After compounds are indexed by the resolver api #200 , the django app must be able to on search by an identifier return compounds that do not have substances

michael-barbour commented 3 years ago

Adding a block for vuejs#104 due to it changing the way search results are returned in django.