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

searching by organism synonyms cases 500 #142

Closed mnowotka closed 6 years ago

mnowotka commented 6 years ago

For example this URL: https://www.ebi.ac.uk/chembl/api/data/organism.json?l4_synonyms=Escherichia%20coli

while this comlex field may not be searchable from the API (elastic can be used) it should infroma about it and return 400. Or it should perform the search as requested.

mnowotka commented 6 years ago

Just for the record, this works as expected: https://www.ebi.ac.uk/chembl/api/data/organism.json?l4_synonyms__synonyms=Escherichia%20coli

mnowotka commented 6 years ago

Fixed