-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
5.2.11, 6.0
-
5.02
-
When using Advance Searching, searching for a string that had hyphen in between return result. Expected no result is returned since it is not a complete string (whole word)
Quote from the documentation for text searching:
Whole words only
JIRA cannot search for issues containing parts of words but on whole words only. The exception to this are words which are stemmed.
This limitation can also be overcome using fuzzy searches.
Steps to replicate:
- Create an issue test-test on summary
- Search for "summary ~ test" returned the result test-test created earlier (Not expected)
- Create another issue test-test123 on summary
- Search for "summary ~ test123" returned no result (Expected)
- is related to
-
JRASERVER-14641 Impossible to distinguish between a space and an underscore in a search query
- Closed