I'm going to try implementing a "next" link for search results which uses an encoded token representing the rank and rowid - -2.7057757214143776:5779 - such that the next page can add where (rank, rowid) > (cast(:rank as float), cast(:rowid as integer)).
I'm going to try implementing a "next" link for search results which uses an encoded token representing the rank and rowid -
-2.7057757214143776:5779
- such that the next page can addwhere (rank, rowid) > (cast(:rank as float), cast(:rowid as integer))
.