umputun / remark42

comment engine
https://remark42.com
MIT License
4.81k stars 374 forks source link

add pagination to GET /api/v1/find endpoint #1699

Open paskal opened 9 months ago

paskal commented 9 months ago

format=tree pagination provides top-level comments with all replies and returns the last top-level comment as last_comment to be used as offset for the next page. If comments and replies overflow the limit, the one stepping out of the limit will not be returned. If the first comment and its replies after the given offset overflow the limit, it will be returned with all the replies.

format=plain pagination works by providing all comments and returning the last comment as last_comment to be used as offset for the next page.

Requires #1685 to be merged first. Backend part for #782.

github-actions[bot] commented 9 months ago

Pull Request Test Coverage Report for Build 7512258238


Totals Coverage Status
Change from base Build 7495000583: -0.5%
Covered Lines: 5946
Relevant Lines: 7055

💛 - Coveralls