AOEpeople / aoe_technology_radar

Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..
http://www.aoe.com/techradar
Other
276 stars 123 forks source link

Tag containing '&' breaks filtering #470

Open alisonrclarke opened 4 months ago

alisonrclarke commented 4 months ago

We have a tag containing '&', and when selecting it to filter the radar, the ampersand is not escaped in the query string, so is treated like 2 query parameters, and no results are returned.

e.g. a tag X&Y when selected should give a url ending in ?tag=X%26Y but instead gives ?tag=X&Y. Note that the escaped URL works as expected.