biothings / mychem.info

MyChem.info: A BioThings API for chemical/drug annotations
http://mychem.info
Apache License 2.0
15 stars 12 forks source link

unii has a field of "display name" with the whitespace in the field #177

Closed newgene closed 3 weeks ago

newgene commented 1 month ago

here is an example:

    {
      "_id": "GKMPTIBZVGZJDN-RJLNLWLESA-N",
      "_score": 0.7955475,
      "unii": {
        "_license": "http://bit.ly/2Pg8Oo9",
        "display name": "CBP-501 ACETATE"
      }
    }

probably should be display_name instead

DylanWelzel commented 1 month ago

commit #858e4faa fixes this issue pending a new release

DylanWelzel commented 3 weeks ago

This fix is live, example: https://mychem.info/v1/chem/GKMPTIBZVGZJDN-RJLNLWLESA-N?fields=unii "display_name": "CBP-501 ACETATE",