You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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