-
Story
-
Resolution: Done
-
Normal
-
None
-
None
Stemming kills partial string matching. We can use wildcard to not use stems for titles and get better results for shorter queries.
For example "Sour" does not match the "Sources". "Sourc" will match because the search engine matches only the stems of "Sources". Using query "Sou*" (* is the wildcard) will match "Sources".