I am creating a url that looks like this:
"http://servername/sites/mywebsite/sitespages/page.aspx?ProcessName=my initial process"
But when I redirect SharePoint to that page using:
location.href= _spPageContextInfo.serverRequestPath + varquerystring;
It sends me to the page with the url looking like this:
"http://servername/sites/mywebsite/sitespages/page.aspx?ProcessName=my %20initial%20process"
and my filter doesn't work on query string. any ideas?
