How to create a case insensitive query
I need to find all work items that contains certain word, but I want to catch all variation of the word (like "WORD", "Word", "WoRd",... etc). For now I'm unsuccessfull, apart from creating a huge OR group listing all possibilities.
Any help here, please?
(Sorry for possible duplicity, but searching for "query case insensitive" returned ~600 posts)
Any help here, please?
(Sorry for possible duplicity, but searching for "query case insensitive" returned ~600 posts)
One answer
I need to find all work items that contains certain word, but I want
to catch all variation of the word (like "WORD",
"Word", "WoRd",... etc). For now I'm
unsuccessfull, apart from creating a huge OR group listing all
possibilities.
Any help here, please?
(Sorry for possible duplicity, but searching for "query case
insensitive" returned ~600 posts)
You could add a Full text condition for the word if you want to search all
fields of the work item.
Case insensitive search for specific fields like the summary is tracked in
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/13685
--
Regards,
Patrick
Jazz Work Item Team