gbif / literature-ws

Apache License 2.0
0 stars 1 forks source link

literature DOI case-sensitive #14

Closed dnoesgaard closed 8 months ago

dnoesgaard commented 2 years ago

Before adding new literature to Mendeley, I do a few duplication checks including querying the literature endpoint using the DOI, e.g.

https://api.gbif.org/v1/literature/search?doi=10.17129/botsci.2772

I've just discovered that the above query yields no hits, but this does:

https://api.gbif.org/v1/literature/search?doi=10.17129/BOTSCI.2772

Is there anyway to make DOI searches case-insensitive?