https://bugs.kde.org/show_bug.cgi?id=459586
Natalie Clarius <natalie_clar...@yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |natalie_clar...@yahoo.de --- Comment #1 from Natalie Clarius <natalie_clar...@yahoo.de> --- It looks like in the specific example you cited, in all of the not very relevant results "to" occurs inside one of the match words: "deskTOp", "moniTOr", "auTOmatic", etc. So filtering out stop words in the sense that an exact match with a common word like "to" or "the" shouldn't bring up the result wouldn't help here since 1. it is not a word match but a substring match, and always removing all results that contain "to" somewhere would be a bad idea, 2. the problem would occur similarly with common sequences of letters that don't correspond to any common words. I do agree though that the results you're showing don't make a lot of sense for the query, so one possible solution would be to make the system settings runner fire only when the match is longer than, say, 4 letters. -- You are receiving this mail because: You are watching all bug changes.