-
Bug
-
Resolution: Answered
-
Medium (View bug fix roadmap)
-
None
-
5.2.4
-
None
-
5.02
-
We desactivated stemming by setting the index language to "Other" to be able to do exact word search, but we found that words with an apostrophe before the word are not found. An apostrophe should be a word separator in any case.
By exemple if I search the word "intégrateur", it should find the issue containing "L'intégrateur".
- is related to
-
JRASERVER-5567 Incorrect stemming causes some words to be unsearchable
-
- Closed
-
-
JRASERVER-17463 Better exact-text searching
- Gathering Interest
Setting the language to Other tells the search to not try to do anything fancy - this is how you tell JIRA to behave in the way described here. Without a language selected, language based stemming such as apostrophe handling can't occur.