nestjs-paginate
nestjs-paginate copied to clipboard
Case insensitive filter values
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.