How to escape a character in a query parameter?
![]()
I have built a query to search on a field of a work item. This field may contain commas.
In the query I specify that the value will be given when the query is run. When I run the query I give a value such as 73414,130,702 The query then splits this value on the commas so the search fails. How can I get the query to search for the full string 73414,130,702? Thanks, |