-
Bug
-
Resolution: Fixed
-
Low
-
None
-
5.2.10, 6.0
-
5.02
-
9
-
Severity 3 - Minor
-
4
-
When attempting to search for a line of text with Umlaut characters, like this:
Länderübergreifende
And the Indexing Language (Administration > General Configuration) is set to German, wildcard searches will fail to show the correct results.
Steps to reproduce:
- Install a fresh new JIRA 6 instance.
- Change the Indexing Language to German. Run a re-index.
- Create a Project, and create an issue with Summary: "Länderübergreifende". Create another Issue with Summary: "Länderübergreifende2"
- Search for this issue using the following JQL:
summary ~ "Lä*" text ~ "Lä*"
The results will show "Länderübergreifende2", but NOT "Länderübergreifende". However, search with
summary ~ "Länderübergreifende"
works without problems.
Now, change the indexing language to English/French/Other. (I have only tested 3) Re-index after you have changed the language. Run the same JQL queries as in step 4. The two issues will show up in the search results as expected.
Note that this does not happen if you search without Umlaut characters in your search query. For example,
- Indexing Language: German
- Search: "L*" will show both of the issues as expected.
- is duplicated by
-
JRASERVER-15006 Text-Search using Wildcards and German Umlauts does not work
- Closed
-
JRASERVER-23209 Searching - it is not possible to use combination of umlaut and wildcard character
- Closed
- relates to
-
JRASERVER-37867 Umlaut in custom field option causes custom field to be not searchable in Issue Navigator
- Closed
-
CONFSERVER-17138 Search with wildcard and german umlauts fails
- Gathering Impact