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
At the moment, we're only able to have the first page of suggestions. Good enough for the 0.1 release.
Eventually, we may want to jump to the next page, using a page argument.
I assume that nobody will ever want a "jump to the last page" feature. We hit the "next" page. If the resultset is empty, there won't be a jump to "next" button,
I assume that nobody will ever want a "jump to page 'n'" feature.
We definitely need to make it safe from a performance perspective, with a "don't use the offset" mechanism in mind (chunkator?)
So, how do we do that?
The text was updated successfully, but these errors were encountered:
At the moment, we're only able to have the first page of suggestions. Good enough for the 0.1 release.
Eventually, we may want to jump to the next page, using a
page
argument.So, how do we do that?
The text was updated successfully, but these errors were encountered: