typetta icon indicating copy to clipboard operation
typetta copied to clipboard

Add support for cursor-based pagination

Open edobrb opened this issue 4 years ago • 2 comments

edobrb avatar Jan 05 '22 11:01 edobrb

Cursor based pagination is not supported by knex and that's a problem for us.

edobrb avatar Feb 21 '22 14:02 edobrb

We can evaluate a more applicative approach, based on:

  • sorting by an @id or another unique field
  • filtering by field > cursor id This is the approach used by other libraries.

minox86 avatar Feb 21 '22 14:02 minox86

After some analysis we thought that this functionality is already provided by standard filtering and limiting.

minox86 avatar Dec 09 '22 07:12 minox86