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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 11.3.6
    • 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

      1. Ensure Jira is using Lucene as the search platform
      2. In General Configuration, edit the Indexing language to Chinese/Japanese/Korean
      3. Create one issue with the summary "検索" and description "したい"
      4. In basic mode, search for 検索
      5. 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 検索).

              Assignee:
              Hendry Luk
              Reporter:
              Gabriel Weyer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: