Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paginate_links() returns incorrect URL for paginated search query #124

Closed
chipbennett opened this issue Jun 25, 2013 · 0 comments
Closed
Labels
Milestone

Comments

@chipbennett
Copy link
Owner

paginate_links() returns a malformed URL for paginated search queries. The search query is not properly encoded, causing spaces in the search query string to be removed, rather than replaced with "+" in the URL.

Encode search string with urlencode() prior to concatenating to paginate_links.

chipbennett added a commit that referenced this issue Jul 12, 2013
…Issue #124 fix paginate_links() search query string issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant