Certain words (mostly non-Polish ones), when searched for in Polish, get stemmed to a single specific character, which then causes search results to present completely unrelated matches. The example we've used in discussion is searching for the word "Button" (https://pl.wikipedia.org/w/index.php?search=Button&title=Specjalna:Szukaj)
One way to address this would be to make the character in question a stopword, which would then force any matches to be caught by plain text matching during the relevance and ranking processing. Let's investigate.