Pagination support #1689
Closed
kathir-arizon
started this conversation in
General
Replies: 1 comment 1 reply
-
Unfortunately it's not really possible with cursor based pagination. We'd have to introduce offset based pagination in our GraphQL to support this. However, that's a massive effort and has performance impacts. We've been chatting about this internally, but nothing to make a decision and/or start that effort anytime soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
How do we display the pagination with total records on PLP & SLP?
Based on Graphql, It is returning the cursor value, and handling the pagination without total records will be challenging. We are not using Algolia in one of our projects. Kindly suggest.
Beta Was this translation helpful? Give feedback.
All reactions