chembl / chembl_webservices_2

Source code of the ChEMBL web services.
https://www.ebi.ac.uk/chembl/ws
Other
16 stars 3 forks source link

chembl response changed for search by molecule synonym #178

Closed piotr-gawron closed 4 years ago

piotr-gawron commented 4 years ago

Yesterday something changed in CHEMBL API. Yesterday morning I was able to perform queries by molecule synonym like: https://www.ebi.ac.uk/chembl/api/data/molecule?molecule_synonyms__molecule_synonym__iexact=ACETYLSALICYLIC+ACID

However, this morning I get 400 bad request with response:

<response>
  <error_message>
    The 'molecule_synonym' field does not support relations.
  </error_message>
</response>
piotr-gawron commented 4 years ago

The issue is resolved. I'm not sure what has changed and when though.