EasyAdminBundle
EasyAdminBundle copied to clipboard
Fix empty query term conditions
When only numeric fields are searchable, EntityRepository::addSearchClause
generates a bugged DQL when search contains only non numeric terms.
@javiereguiluz This PR is the correct fix for https://github.com/EasyCorp/EasyAdminBundle/issues/6223
https://github.com/EasyCorp/EasyAdminBundle/pull/6242 must be reverted (it breaks postgres) and replaced by this PR. See details in https://github.com/EasyCorp/EasyAdminBundle/pull/6262
@guillaume-sainthillier could you commit revert of https://github.com/EasyCorp/EasyAdminBundle/pull/6242 in this PR?
@guillaume-sainthillier could you commit revert of #6242 in this PR?
done
Hello @Seb33300, any updates about this PR? Does I need to add something?
Hi @guillaume-sainthillier, I just tried to help by reviewing it but I am not a maintainer of the project. We need to wait for @javiereguiluz to review and merge the PR.
Hello @javiereguiluz, any news about this PR? Does I need to add something to get this PR merged?
phpstan error is not related to PR changes