I’m passing a GET variable at the end of my URL’s as my search parameter. When I do a regular search, everything works fine:
www.mysite.com/?find=my+search
However, when I click over to the second page of results, WordPress strips the search query of spaces and converts the URL to:
www.mysite.com/page/2/?find=mysearch
I’m using the WP-PageNavi plugin and checked that the URL for the next page is correct: www.mysite.com/page/2/?find=my+search
My permalinks structure is: /%post_id%/%postname%/
Has anyone had experience with WordPress stripping out the spaces from your URL when using custom permalinks?
Thanks in advance for any help! I haven’t been able to find much online about this except a few other people with the same problem.