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

fix: allow capital letter in search, case insensitive search #1299

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

pyphilia
Copy link
Contributor

@pyphilia pyphilia commented Jun 26, 2024

Before this PR, the search in children does not allow to write capital letters, and the check is case sensitive, so it's impossible to find "Public" for example.
So I lowercase both strings on check, and allow to write capital letters (that does not change anything, but at least it reflects the user input)

@pyphilia pyphilia self-assigned this Jun 26, 2024
Copy link

sonarcloud bot commented Jun 26, 2024

@pyphilia pyphilia added this pull request to the merge queue Jul 1, 2024
Merged via the queue into main with commit 1d7de28 Jul 1, 2024
4 checks passed
@pyphilia pyphilia deleted the children-search branch August 5, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants