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

Ensure that queries against IDs are always fully case-insensitive #1076

Closed
wants to merge 3 commits into from

Conversation

davep
Copy link
Contributor

@davep davep commented Oct 31, 2022

Fixes #1047.

davep added 3 commits October 31, 2022 14:45
Under the hood this now creates and holds a lower-cased version of the ID
and always compares against that. The query tests have also been updated to
throw in some mixed-case IDs to test with.

See Textualize#1041 and Textualize#1047.
@davep
Copy link
Contributor Author

davep commented Oct 31, 2022

Retracting this one. After some discussion in the office we've decided that we should follow the web here and be fully case-sensitive, rather than fully case-insensitive. New PR incoming soon.

@davep davep closed this Oct 31, 2022
@davep davep deleted the bug/1047/id-case branch October 31, 2022 15:02
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

Successfully merging this pull request may close these issues.

Selectors should be case insensitive
1 participant