Fuzzy search does not cover '*some-word' types of searches

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Duplicate
    • None
    • Component/s: None
    • None

      Hello Guys,

      Currently, you can perform a 'fuzzy' search in JIRA. The following query returns results with summary as 'win', 'winnings', 'winners' and so on.

      summary ~'win*'
      

      However, trying to follow the logic backwards, and having the 3 summaries above, the following produces an error:

      summary ~'*ngs'
      

      It should return the issue with summary 'winnings', but it returns the error:

      The text query '*ui01*' for field 'summary' is not allowed to start with '*'.
      

      Is there any way to implement this feature?

      Best Regards
      Thiago Prisco
      Atlassian Support

            Assignee:
            Unassigned
            Reporter:
            Thiago Fagundes Prisco [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: