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

add ILIKE to the where clause #1253

Open
kodomo-kazuko opened this issue Jan 23, 2025 · 0 comments
Open

add ILIKE to the where clause #1253

kodomo-kazuko opened this issue Jan 23, 2025 · 0 comments

Comments

@kodomo-kazuko
Copy link

Describe the feature

We need a new function for ILIKE so that we don't have to care about case sensitivity

it would be like this so that the input text would work with all text inputs by the user
_damage.Name.Like("Hello world")
_damage.Name.ILike("Hello world")

Motivation

to keep using GORM gen instead of normal gorm

Related Issues

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

No branches or pull requests

1 participant