Open
Description
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?