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 LikeFilter acts as case-insensitive matching #972

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Conversation

rixvet
Copy link
Collaborator

@rixvet rixvet commented Aug 28, 2023

The behaviour of the LikeFilter was equal of LikeFilterInsensitive. To retain old behaviour ensure existing LikeFilter usages are converted to LikeFilterInsensitive usages.

Fixes: #968

The behaviour of the LikeFilter was equal of LikeFilterInsensitive. To
retain old behaviour ensure existing LikeFilter usages are converted
to LikeFilterInsensitive usages.

Fixes: #968
@rixvet rixvet requested a review from zyronix August 28, 2023 10:09
@zyronix zyronix merged commit 07f1509 into master Aug 31, 2023
1 check passed
@zyronix zyronix deleted the issue/968 branch August 31, 2023 12:31
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.

[BUG] LikeFilter does not perform case-insensitive matching
2 participants