wellcomecollection / catalogue-api

:crystal_ball: The API for searching the Wellcome Collection catalogue.
https://developers.wellcomecollection.org
MIT License
4 stars 0 forks source link

lowercase the venue title to create the Map key #798

Closed agnesgaroux closed 3 months ago

agnesgaroux commented 3 months ago

key not found: library 500 thrown in staging in the previous commit Due to content-api returning the venue title as "Library" which is used as the key in a Map where we then look for "library"

Lowercasing the title so the look up find a match