EBISPOT / OLS

Ontology Lookup Service from SPOT at EBI
http://www.ebi.ac.uk/ols
Apache License 2.0
95 stars 40 forks source link

Error with API wrt to localizedTitle and title being null #597

Open stuzart opened 2 years ago

stuzart commented 2 years ago

There seems to have been a breaking change to the API. We've found that many entries now have null titles. It seems if a localizedTitle is present (which seems a new attribute), then the title is left as null.

This causes nil errors in existing clients of the API that read the title

henrietteharmse commented 2 years ago

Thanks for reporting. We are aware of the issue and we are working on a fix.

jamesamcl commented 2 years ago

Thanks, we were made aware of this earlier today. It's not an intentional breaking change in the API; both title and localizedTitle should be present. However, there was an issue which meant title was set to null in specific circumstances, which we unfortunately replicated in our production deployment. The fix should be rolled out this afternoon.

stuzart commented 2 years ago

Great, thanks very much for the quick response :)

jamesamcl commented 2 years ago

This should be fixed now (slightly sooner than expected!)

stuzart commented 2 years ago

there still seems to be a few null titles, for NCBITaxon, Gaz, DUO, MI ?

henrietteharmse commented 2 years ago

Thanks Stuart! We will investigate further!