What's the URL of the page containing the problem?
https://hellosplat.com/s/beanbag/tickets/?q=tags:Component:DiffViewer
What steps will reproduce the problem?
- Filter tickets by a tag that contains a colon, such as
Component: DiffViewer
.- We are redirected to a URL like https://hellosplat.com/s/beanbag/tickets/?q=tags:Component:DiffViewer
What is the expected output? What do you see instead?
- Expected: We see tickets that contain a
Component: DiffViewer
tag. - Instead: No tickets are displayed.
What operating system are you using? What browser?
- OS: Windows 10.
- Browser: Chrome.
Please provide any additional information below.
One possible solution is to just wrap the problem tag (in the URL) with double quotes. For example, this URL works as intended: https://hellosplat.com/s/beanbag/tickets/?q=tags:%22Component:DiffViewer%22