Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow names with uppercase letters in search box #490

Closed
casey opened this issue Sep 7, 2022 · 0 comments
Closed

Allow names with uppercase letters in search box #490

casey opened this issue Sep 7, 2022 · 0 comments

Comments

@casey
Copy link
Collaborator

casey commented Sep 7, 2022

If you copy and paste something with uppercase letters in the search box on the homepage, or into /ordinal/NAME, it won't work because Ordinal::from_str currently only recognizes names with the lowercase letters a-z. We should think about accepting names with uppercase letters in them.

One downside of doing this is we can't use the uppercase letters for something else, because with this change it would be ambiguous whether or not they're a name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant