-
Notifications
You must be signed in to change notification settings - Fork 438
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
[feature] Sort by newest/highest votes #4
Comments
push :) |
+1!! |
+1 |
#322 tried to implement it but it fails due to sorting happening on client side, and pagination retrieval on the server side. It needs a bit more work. |
A quick and dirty workaround: add |
plz somebody implement this as soon as possible. because specially when you limit the default comment numbers to be shown , it is very logical that the latest ones should be shown first. |
How exactly you do that? I use docker. (it finally works, but oldest first is a dealbreaker for me) - to asnwer my own question: Copy comments.py to current folder outside docker Edit/add 'asc':0 (and remember a comma after the line before)
Copy comments.py back to docker
That's it! |
+1 this. Sad to see this is still an issue after over a decade, even the workaround has problems (replies are sorted in reverse too.) |
I'm currently working on this feature. |
Add sorting and pagination support for comments, including new API query parameters for sort order and offset. Adjust comment fetching logic accordingly. Closes isso-comments#4
Add sorting and pagination support for comments, including new API query parameters for sort order and offset. Adjust comment fetching logic accordingly. Closes isso-comments#4
Add sorting and pagination support for comments, including new API query parameters for sort order and offset. Adjust comment fetching logic accordingly. Closes isso-comments#4
Add sorting and pagination support for comments, including new API query parameters for sort order and offset. Adjust comment fetching logic accordingly. Closes isso-comments#4
Add sorting and pagination support for comments, including new API query parameters for sort order and offset. Adjust comment fetching logic accordingly. Closes isso-comments#4
No description provided.
The text was updated successfully, but these errors were encountered: