-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 11.3.5
-
Component/s: JQL Search
-
None
-
11.03
-
Severity 3 - Minor
-
Warranty
Issue Summary
Using basic search or text with a single term in a Japanese Lucene JQL search returns only issues that include the term in all text fields
Steps to Reproduce
- Ensure Jira is using Lucene as the search platform
- In General Configuration, edit the Indexing language to Chinese/Japanese/Korean
- Create one issue with the summary "検索" and description "したい"
- In basic mode, search for 検索
- Or in advanced mode search for "text ~ 検索"
Expected Results
JQL search return one issue
Actual Results
No issue is returned.
This is because the JQL is attempting to match the term in every text field using AND instead of OR
Workaround
A workaround is to search against a single field. e.g. instead of searching "text ~ 検索", search for "summary ~ 検索".
A limited workaround is to search for more than one bigram (for example 検索したい instead of 検索).
- is caused by
-
JRASERVER-79367 Using the '~' (CONTAINS) operator in a Japanese Lucene JQL search returns issues that include any of the words within the specified phrase or sentence
-
- Closed
-
- is resolved by
-
DORARTB-178 Loading...