4381: Can't filter tickets by tags that contain a colon (but works if wrapped in double quotes).

adriano

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?

  1. Filter tickets by a tag that contains a colon, such as Component: DiffViewer.
  2. 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