adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.08k stars 195 forks source link

whereILike Not Working #1031

Closed mohitxskull closed 2 months ago

mohitxskull commented 6 months ago

Package version

20.1.0

Describe the bug

query.where('name', 'ILIKE', `%${payload.params.name}%`) // Working as expected
query.whereILike('name', `%${payload.params.name}%`) // Not working

Reproduction repo

No response

thetutlage commented 6 months ago

How do you verify its not working? And we will need a reproduction before we can check if it is indeed a bug.

RomainLanz commented 2 months ago

Closing since no answer from issue reporter.