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

Case insensitive filter values

Open wisac opened this issue 5 months ago • 0 comments

Is there a way to make filter field values case-insensitive? By default /users?filter.firstName=john would return ZERO result if you have John or JOHN instead of john in the database.

wisac avatar Aug 29 '24 00:08 wisac