While it may sound like a strange request, I am trying to make one of the breadcrumb URL's pass an argument to a filter depending on a token. Unfortunately, the url seems to get filtered into ascii and my ? turns into %3F. Is there any way to prevent this?
Comments
Comment #1
timefor commentedLooking for this too. any ideas anyone? I'm trying to pass term number into a filter via URL.
Comment #2
timefor commentedhey Kripsy, did you ever solve this issue? It seems basic enough but I don't know enough php to even know where to begin trying things.
Comment #3
MGN commentedI just committed a fix that should address this problem. See #217875: Allow Query String in paths for details.