-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Hi everyone,
This is Michał from the Jira team.
If you're Indexing language is English - Aggressive Stemming, please go to: JRACLOUD-82660 as there is dedicated bug for this specific configuration.
To read more about Indexing language and impact of the "Stemming mode" on the full text search, please visit our documentation: https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-using-the-text-field/
Regards,
Michał Tomasik
Software Engineer
Issue Summary
Not able to search using CONTAINS `~` operator, by part of a word written in summary / description / etc., when word contains number.
Steps to Reproduce
- Ensure your Indexing language is not "English - Aggressive Stemming"
- Create issues with given summaries:
- A_1_B
- A1-B-C
- A-1-B-C
- Part1_B_Part2
- Part1_Part2_B
- A-B-C
- A_B_C
- Search using JQL
text ~ "B"
Expected Results
All issues created in "step 2" are returned
Actual Results
Only two issues are returned as they don't contain numbers:
- A-B-C
- A_B_C
Workaround
Currently there is no known workaround for this behaviour. A workaround will be added here when available
- mentioned in
-
Page Loading...