Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support case-insensitive search #4

Closed
abias opened this issue Apr 3, 2012 · 2 comments
Closed

support case-insensitive search #4

abias opened this issue Apr 3, 2012 · 2 comments

Comments

@abias
Copy link

abias commented Apr 3, 2012

Hi,

sorry for double-posting, but I don't know if you are subscribed to Moodle Tracker.

Please have a look at http://tracker.moodle.org/browse/CONTRIB-3569

Thanks in advance
Alex

@marxjohnson
Copy link
Owner

Currently the block just uses your search term in an SQL LIKE statement. Case-insensitivity is supported in this way, if your user table uses a case-insensitive collation (e.g. utf8_general_ci). The same goes for marxjohnson/moodle-block_quickcourselist#4, with regards to the course table.

I will look at a cross-database method of implementing this at application level.

@abias
Copy link
Author

abias commented Aug 20, 2014

Solving case-insensitivity on the database-level solved the problem -> Closing the issue

@abias abias closed this as completed Aug 20, 2014
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

No branches or pull requests

2 participants