We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A pagination link for a sorted collection should be like: "/articles/2?sort=published&order=asc"
"/articles/2?sort=published&order=asc"
Clicking a pagination link should load the next set of results
"/articles/2?sort=published&order=asc?sort=published&order=asc"
When clicking a pagination link, a white screen appears. The following is in the console:
Sort the articles document list by any field, then click a pagination link
1.0.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
A pagination link for a sorted collection should be like:
"/articles/2?sort=published&order=asc"
Clicking a pagination link should load the next set of results
Actual behavior
"/articles/2?sort=published&order=asc?sort=published&order=asc"
When clicking a pagination link, a white screen appears. The following is in the console:
Steps to reproduce the problem
Sort the articles document list by any field, then click a pagination link
Package details
1.0.12
The text was updated successfully, but these errors were encountered: