As has been noted before, EE’s search becomes case sensitive when it includes high-ascii characters. According to Rick:
MySQL knows how to map high-ascii values so that searches can be case-insensitive. This isn’t really a limitation of EE, but rather of MySQL’s character support.
... it’s all MySQLs fault. OK, so this is why I am making it a feature request.
Feature Request: find a way to overcome this flaw, and provide truly case insensitive searches for foreign characters also. Perhaps a function could check whether a search string contains high-ascii characters, and either convert them to lowercase, or perhaps perform the search with all variations (ie lower and upper case umlauts), or whatever. I know too little of the internal workings of the search, but this has been bugging me for some time.
