Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pagination + filtering bug #108

Open
tzarebczan opened this issue Jun 21, 2022 · 0 comments
Open

pagination + filtering bug #108

tzarebczan opened this issue Jun 21, 2022 · 0 comments
Labels
type: bug Existing functionality is wrong or broken

Comments

@tzarebczan
Copy link
Contributor

If lots of comments are filtered, they are no longer returned on page 1.

Example:

  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9,pl-PL;q=0.8,pl;q=0.7",
    "content-type": "application/json",
    "sec-ch-ua": "\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"102\", \"Google Chrome\";v=\"102\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"Windows\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "cross-site"
  },
  "referrer": "https://odysee.com/",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"comment.List\",\"params\":{\"page\":1,\"claim_id\":\"f8b96ac0bec7d125af78830f7fedd49ec63ec27b\",\"page_size\":10,\"top_level\":true,\"channel_id\":\"4ecc029cac207edb5bb7770947ebb9e84f7ebab9\",\"channel_name\":\"@miss-zi-zi\",\"sort_by\":3}}",
  "method": "POST",
  "mode": "cors",
  "credentials": "omit"
});```
@tzarebczan tzarebczan added the type: bug Existing functionality is wrong or broken label Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Existing functionality is wrong or broken
Projects
None yet
Development

No branches or pull requests

1 participant