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: case insensetive memo search for postgres #3938

Merged

Conversation

sriniwas14
Copy link
Contributor

This is a fix for the bug #3892

Case insensitive search was not working for postgres driver, to mitigate this I changes LIKE to ILIKE

@sriniwas14 sriniwas14 requested a review from boojack as a code owner September 19, 2024 13:20
@sriniwas14 sriniwas14 changed the title fix:case insensetive memo search for postgres #3892 fix:case insensetive memo search for postgres Sep 19, 2024
Copy link
Member

@boojack boojack left a comment

Choose a reason for hiding this comment

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

LGTM, good catch!

@boojack boojack changed the title fix:case insensetive memo search for postgres fix: case insensetive memo search for postgres Sep 19, 2024
@boojack boojack merged commit 2db6711 into usememos:main Sep 19, 2024
2 checks passed
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.

None yet

2 participants