eloquent-filter icon indicating copy to clipboard operation
eloquent-filter copied to clipboard

Support ILIKE operator

Open stephenr85 opened this issue 1 year ago • 3 comments

I'm using a PostgreSQL DB and "LIKE" operator is often insufficient.

stephenr85 avatar Jul 26 '23 16:07 stephenr85

@stephenr85 I wish you could get more information about the issue. however, you might solve this problem with the custom method's feature.

mehdi-fathi avatar Jul 26 '23 20:07 mehdi-fathi

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: @.***>

stephenr85 avatar Jul 27 '23 12:07 stephenr85

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.

nyerslaszlo avatar Oct 26 '23 08:10 nyerslaszlo