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

[BUG] Sorting by rating can not get a stable ordered list #982

Open
ivooQ opened this issue Mar 13, 2025 · 0 comments
Open

[BUG] Sorting by rating can not get a stable ordered list #982

ivooQ opened this issue Mar 13, 2025 · 0 comments
Assignees

Comments

@ivooQ
Copy link

ivooQ commented Mar 13, 2025

Description
When I sort by rating in the marked movie (or books etc.) list like https://neodb.social/users/hyakkei/complete/movie/?sort=rating, the order of the list is not stable. One item can appear in multiple pages

Expected Behavior
The order of the list should be stable in all pages.

Actual Behavior / Steps to Reproduce

  1. Mark many movies with the same ratings. It will be easier to repro if the number is 3 or 4 times of the item number per page.
  2. Go to the marked movie list, and sort by rating.
  3. Randomly check the pages, it's easy to find the same movie in more than one page.

Possible Fix
When sorting by rating, add the second sorting key. Mark date is good enough.

Additional Context / Screenshots / Server Info / Browser or App
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Wishlist
Development

No branches or pull requests

2 participants