eloquent-filter
eloquent-filter copied to clipboard
Support ILIKE operator
I'm using a PostgreSQL DB and "LIKE" operator is often insufficient.
@stephenr85 I wish you could get more information about the issue. however, you might solve this problem with the custom method's feature.
That's what I did, but I filed another feature request regarding the naming conventions, as there is too much potential for collision with the current solution.
On Wed, Jul 26, 2023 at 3:04 PM Mehdi Fathi @.***> wrote:
@stephenr85 https://github.com/stephenr85 I wish you could get more information about the issue. however, you might solve this problem with the custom method's feature.
— Reply to this email directly, view it on GitHub https://github.com/mehdi-fathi/eloquent-filter/issues/203#issuecomment-1652418897, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOKM3T56I5P7RSN2ZLDV3XSFZ55ANCNFSM6AAAAAA2Y3QUII . You are receiving this because you were mentioned.Message ID: @.***>
That's what I did, but I filed another feature request regarding the naming conventions, as there is too much potential for collision with the current solution.
@stephenr85 Would you mind sharing your solution? I'm in a similar situation, and I'm curious what your solution was.