Skip to content

add ILIKE to where constraint#1

Merged
gstreetmedia merged 1 commit intoilike-issue-1563from
ilike-support-patch
May 30, 2018
Merged

add ILIKE to where constraint#1
gstreetmedia merged 1 commit intoilike-issue-1563from
ilike-support-patch

Conversation

@gstreetmedia
Copy link
Owner

@gstreetmedia gstreetmedia commented May 30, 2018

As the documentation doesn't mention that "like" is directly supported, might as well directly support "ILIKE" as well. This is minor change, that brings back case-insensitive search functionality (at least to Postgres). On the mysql side ilike would be something like:

COLLATE UTF8_GENERAL_CI like '%searchvalue%'

but that could be done in a separate pull request.

@gstreetmedia gstreetmedia merged commit 79e7494 into ilike-issue-1563 May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant