Shopping Cart Operations > Support
Tags with spaces = fail
(1/1)
Palamedes:
Create a product and give it a tag "test tag". Now visit that products page and click the "test tag" tag, the search results return nothing because space gets turned into %20 in the URL which doesn't get url decoded back for the query..
I imagine other special characters would also fail. Tags should be stripped of all special characters except only those legal as a tag in a url .
Again this is something I could have fixed for you if there was a git repo.. :)
abolabo:
--- Quote from: Palamedes on March 15, 2012, 08:01:09 PM ---Create a product and give it a tag "test tag". Now visit that products page and click the "test tag" tag, the search results return nothing because space gets turned into %20 in the URL which doesn't get url decoded back for the query..
I imagine other special characters would also fail. Tags should be stripped of all special characters except only those legal as a tag in a url .
Again this is something I could have fixed for you if there was a git repo.. :)
--- End quote ---
Yes, was a bug.
Thanks.
Navigation
[0] Message Index
Go to full version