Skip to content

Simplify pagination approach #14

@FlatBallFlyer

Description

@FlatBallFlyer

The current pagination approach seems overly complicated.

One possibility
an optional query parameter for page+number that defaults to 1.
search returns list of index cards,
page size is config.PAGE_SIZE.
if page > total pages return [].

This would eliminate pagination complexity from the results

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions