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

BUGFIX: Search assets in a case-insensitive way #4869

Merged
merged 1 commit into from Feb 29, 2024
Merged

BUGFIX: Search assets in a case-insensitive way #4869

merged 1 commit into from Feb 29, 2024

Conversation

Sebobo
Copy link
Member

@Sebobo Sebobo commented Feb 2, 2024

This solves the problem that with Postgres the search was case-sensitive. Other database platforms didn’t have this issue as they ran case-insensitive comparisons by default.

Resolves: #3432

This solves the problem that with Postgres the search was case-sensitive.
Other database platforms didn’t have this issue as they ran case-insensitive
comparisons by default.

Resolves: #3432
@Sebobo Sebobo changed the title BUGFIX: Search assets case-insensitive BUGFIX: Search assets in a case-insensitive way Feb 2, 2024
Copy link
Contributor

@grebaldi grebaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Sebobo,

I was able to reproduce the issue locally and can confirm that your change fixes it 👍

@kitsunet kitsunet merged commit 67abc65 into 8.3 Feb 29, 2024
9 checks passed
@kitsunet kitsunet deleted the bugfix/3432 branch February 29, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants