I’m using structure on my website. Structure creates page uri’s for me. In EE 1.6.x I could append query strings to the end of my page uri and use php or a plugin to get the value of the query string variable.
http://www.website.com/url_title/?variable=value
In 2.x, I cannot do this. It seems as if /?variable=value is parse as a segment. Did this functionality change from 1.6.x to 2.x or is this a bug?