For better flexibility on the frontend side, let's make the API handlers support lower-cased normalized versions of the study names throughout. This is probably as simple as updating the _retrieve_study_database method to look for a match rather than an exact match (as is done now).
For better flexibility on the frontend side, let's make the API handlers support lower-cased normalized versions of the study names throughout. This is probably as simple as updating the
_retrieve_study_database
method to look for a match rather than an exact match (as is done now).