You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2023. It is now read-only.
The second parameter is an array of query parameters, so that should make it clear, right? On the other hand, maybe the first parameter can be called $path?
In any case, any improvements should probably be added to the new API.
@franzliedke I'm not sure what the correct solution is, perhaps just discarding ?.* from the $uri. Right now the documentation just isn't clear about the fact that query params should not be in $uri.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unless the pagination links are removed from the URI passed to
Document::addPaginationLinks()
the output will be duplicated:It should be clearly documented that the passed URI must be stripped of query parameters or
addPaginationLinks
should automatically strip them.The text was updated successfully, but these errors were encountered: