Summary
Searching with Text containing multiple Underscores didn't return any results.
This is not related to custom fields, the same behavior is seen in Summary field as well.
Steps to Reproduce
- Create an issue with Summary: Aaa_Bbb66_Ccc_Ddd_123.
- Search issue by Summary.
Testing
Search string | Result |
aaa | |
bbb66 | |
ccc | |
ddd | |
123 | |
aaa_ | |
aaa_bbb | |
aaa_bbb_ | |
aaa_bbb_ccc | |
aaa_bbb_ccc_ | |
aaa_bbb_ccc_ddd | |
aaa_bbb_ccc_ddd_ | |
aaa_bbb_ccc_ddd_123 | |
bbb_ccc | |
ccc_ddd |
Conclusion
The search seems to be valid until the third underscore only. Also words mixed with letters and numbers searches doesn't work properly.
[Update: 18 April 2018]
It seems that period "." also having the same issue as underscore "_".
- is related to
-
JRACLOUD-67019 Strange behavior with Contains operator when Text is separated from Number with an Underscore
- Closed
-
JRACLOUD-66021 Searching for strings containing dots "." is broken
- Closed
-
JRASERVER-6218 Allow searching for part of a word (prefix / substring searches)
- Closed