Hello,
I was trying to search issue by summary field with partial matching. for example I have the following issue opened with summary:
[Xray Scan Defect in verdict-controller] go://golang.org/x/crypto:0.0.0-20191191535-87dc
When I search with summary ~ "0.0.0-20191191535-87dc", it found the issue.
When I search with summary ~ "20191191535", it couldn't find the issue.
so it seems to me that "0.0.0-20191191535-87dc" is considered as an entire string? but if I search with summary ~ "verdict" which "verdict-controller" also has a dash '-', it is able to find the issue.
Anyone can help me to understand better on this behavior please?
Hi @ydai -- Welcome to the Atlassian Community!
Reviewing the documentation on the CONTAINS ~ operator: https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-CONTAINS-CONTAINS--
I wonder if you are encountering two effects related to word stemming:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.