SoftwareBrothers / adminjs-sequelizejs

Sequelizejs adapter for AdminBro
MIT License
27 stars 34 forks source link

Use case insensitive LIKE for string search #29

Closed bartoszhernas closed 4 years ago

bartoszhernas commented 4 years ago

Switched to case insensitive iLike for string filters

wojtek-krysiak commented 4 years ago

@bartlomiejlechowski I like this idea but I think that iLike is only for postgres am I right? If that is the case this should be updated

bartoszhernas commented 4 years ago

@wojtek-krysiak Updated the code to use LOWER SQL function. This will work with both mysql and postgres. I tested with postgres and it works great.

wojtek-krysiak commented 4 years ago

thanks for that - merging... (sorry that it hung for 2 weeks)

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 0.5.0-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 0.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: