Hello.
Please make the search in the production menu (E) (and in other places) case insensitive in locales other than English.
In my locale (Russian) it is case sensitive, and it's uncomfortable.
[0.18.9] Make case insensitive search
-
- Fast Inserter
- Posts: 134
- Joined: Fri Mar 02, 2018 2:55 pm
- Contact:
Re: [0.18.9] Make case insensitive search
That’s bad.
-> Really simple to fix (I guess) and high game-play value.
And it’s in my opinion a bug. So I move this from suggestions to bug reports.
Ps: I guess from title, that it might have been moved already from bugs to suggestions, sorry, but I don’t see a reason in this case.

-> Really simple to fix (I guess) and high game-play value.
And it’s in my opinion a bug. So I move this from suggestions to bug reports.
Ps: I guess from title, that it might have been moved already from bugs to suggestions, sorry, but I don’t see a reason in this case.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: [0.18.9] Make case insensitive search
Czech has diacritics and lower/upper case too. So it probably does not even work right for most developers' native tongue.
Apart from the huge charset, Unicode also defines a few algorithms for working with text. One of them is the very flexible collation algorithm, wich works for most languages out of the box and is highly customizable. It is implemented in the well-known ICU.