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

Like filter problem on new version #2954

Open
gioacchinopoletto opened this issue Feb 5, 2025 · 0 comments
Open

Like filter problem on new version #2954

gioacchinopoletto opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels

Comments

@gioacchinopoletto
Copy link

gioacchinopoletto commented Feb 5, 2025

I have a project running version 14.44.1 where filters defined by Like::class work fine.
This is the mySQL query returned (doble quote added by me for clear code, in origin returned as single quote):

select count(*) as aggregate from "projects" where "title" like "%acq%"

On another project just updated to 14.45.1 filters stop working.
This is the mySQL query returned (doble quote added by me for clear code, in origin returned as single quote):

select count(*) as aggregate from "projects" where "title" like "acq"

in the new version Like filter lost % pre and after searched string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants