jcsalterego / Contrails

Contrails is an ATProto Feed Generator backed by Cloudflare Workers and Bluesky Search.
Other
78 stars 84 forks source link

Pagination #8

Closed jcsalterego closed 1 year ago

jcsalterego commented 1 year ago

Pagination support will require keeping track of which subrequests need to be advanced, all in the cursor.

For example, given the search terms:

If cats take up the whole first page, we have to try the same first page of dogs and hamsters on subsequent requests. If we simply request the next cursor/page across the board, we'll miss the first page of dogs and hamster.

Perfect pagination is pretty difficult especially if new results show up for dogs, cats, and hamsters, so this will be best effort.

jcsalterego commented 1 year ago

Resolved by https://github.com/jcsalterego/Contrails/commit/8a5b97d2f28ea5f1a21275fa01975661a91baba5