Opened 17 years ago
Closed 17 years ago
#5575 closed (invalid)
ILIKE not supported by MySQL
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ILIKE icontains | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
You mention that Sqlite3 does not support ILIKE but it seems that MySQL doesn't either. You probably want to point this out since icontains won't work as expected
Note:
See TracTickets
for help on using tickets.
By default, MySQL searches are not case sensitive. http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html
Also possibly related, #2170.