nestjs-paginate icon indicating copy to clipboard operation
nestjs-paginate copied to clipboard

It's possible to use ILIKE?

Open juniorduff opened this issue 2 years ago • 2 comments

Has any way to use ILIKE to filter data ? From query builder TYPEORM.

juniorduff avatar Mar 24 '22 04:03 juniorduff

image My solution

juniorduff avatar Mar 24 '22 05:03 juniorduff

You would need to add ILIKE as a new filter operator. Happy to accept PR.

Alternatively, you can do a workaround with ?searchBy=title&search=foo.

ppetzold avatar Mar 25 '22 08:03 ppetzold