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
These URLs are missing the rows element. The page element should also have an underscore.
So, next should be /tables/invoices/rows?_page=3
Hmm, I think the strategy for the URL is also mistaken. If the requests includes fields, filters, sort, etc, then the URL provided won't provide the next page of relevant results. It will just return the next page from the whole table.
So, I think that _next and _previous should contain all of the request URL parameters (except for _page - since a new value for that is being generated in the new URL).
The text was updated successfully, but these errors were encountered:
The end of a Soul data slug includes the total number of matching rows, plus URLS for
next
andprevious
pages:These URLs are missing the
rows
element. Thepage
element should also have an underscore.So,
next
should be/tables/invoices/rows?_page=3
Hmm, I think the strategy for the URL is also mistaken. If the requests includes fields, filters, sort, etc, then the URL provided won't provide the next page of relevant results. It will just return the next page from the whole table.
So, I think that
_next
and_previous
should contain all of the request URL parameters (except for_page
- since a new value for that is being generated in the new URL).The text was updated successfully, but these errors were encountered: