PhiloBiblon / philobiblon-ui

PhiloBiblon UI
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Q number in url case insensitive #92

Closed jmformenti closed 1 month ago

jmformenti commented 1 month ago

When I edit the address bar by hand to go to a specific item, such as (my old friend)

https://philobiblon.cog.berkeley.edu/ui/es/item/Q37690

The url is case sensitive. Thus, the above URL works but this one fails:

https://philobiblon.cog.berkeley.edu/ui/es/item/q37690

Interestingly, this one succeeds:

https://philobiblon.cog.berkeley.edu/ui/eS/iTeM/Q37690

But this one fails https://philobiblon.cog.berkeley.edu/ui/eS/iTeM/q37690

It would be convenient if the last portion could also be case insensitive.