Just guessed that it should be clear for people who use Locale module. I killed much time searching a translated string that I wanted to edit, but it was not shown in search results because of case-sensitivity. It would be great if filter will not be case-sensitive or at least there should be a notice that tells user that search is case-sensitive.

Comments

nicrodgers’s picture

In case anyone lands on this page via Google and is looking for a quick and easy way to make the existing string search case insensitive, I've created a sandbox module that does exactly that:

https://www.drupal.org/sandbox/nicrodgers/2593305

It's for Drupal 7, and is tested on MySQL. From limited performance tests on sites with between 20,000 and 50,000 strings, search performance is still speedy.

It's obviously just an interim quick-fix solution until it can be addressed with a more permanent solution in locale itself.

Version: 7.25 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.