Page 1 of 1
The logistic network filter is not working properly
Posted: Thu Nov 14, 2024 9:10 am
by korsair
Re: The logistic network filter is not working properly
Posted: Thu Nov 14, 2024 4:29 pm
by Zaflis
Do you have 2 different "M" letters in your language? What you typed as "moa" doesn't look "m" or "M" but something else. That word that should match was clearly with standard "M" letter.
Re: The logistic network filter is not working properly
Posted: Fri Nov 15, 2024 9:27 am
by korsair
No, in Russian there is only one letter similar to the English "M, m" (in Russian - "М, м"), and it is pronounced the same way. But I checked your advice. And here is my conclusion - the search is case-sensitive, so if I type in "Модуль", the search is correct, but if "модуль" - it finds nothing. Quite a strange system, I don't know why the developers simply didn't use .toLower() in the code.
Re: The logistic network filter is not working properly
Posted: Fri Nov 15, 2024 9:47 am
by EustaceCS
2.0.16 experimental update is expected to have it (and a metric ton of other things) fixed, more info here:
https://factorio.com/blog/post/fff-436
It's still Experimental currently, so you might need to enable Experimental updates at wherever you're playing at.
Re: The logistic network filter is not working properly
Posted: Fri Nov 15, 2024 1:44 pm
by Zaflis
korsair wrote: Fri Nov 15, 2024 9:27 am
No, in Russian there is only one letter similar to the English "M, m" (in Russian - "М, м"), and it is pronounced the same way. But I checked your advice. And here is my conclusion - the search is case-sensitive, so if I type in "Модуль", the search is correct, but if "модуль" - it finds nothing. Quite a strange system, I don't know why the developers simply didn't use .toLower() in the code.
In that case it does make sense, because м and m aren't treated the same. It's probably a translation issue for your language where the game should use м for you. So if it's not bug report then some translation section of the forum?
Their lowercase("M") would turn into "m" too and in your language that would be a bug?