作为用户,我能否根据每条回复收到的点赞数对回复进行排序?我的摘要页面显示了我的前 6 条回复,但点击“更多”后,只会将我跳转到我的最近活动视图(u/mbauman/activity/replies)。直接在 URL 后添加 ?order=likes 不起作用。
u/mbauman/activity/replies
?order=likes
作为管理员(或用户),我能否查看整个站点上的所有回复,并根据它们收到的点赞数进行排序?我可以访问 /top?order=likes,查看某个主题线中所有帖子的点赞总数,但我想要找到的是单个“优质”帖子的列表,而不是某个(可能极其冗长的)主题线中所有帖子的点赞总和。
/top?order=likes
Given that this didn’t gain any traction as a support discussion item, I’m moving it over to the feature category as a feature request
I think advanced search could work for this, scoped to “posted by you”?
Ah, of course, thank you. That does the ticket — just a /search?q=@mbauman%20order:likes is perfect for a single user and something like /search?q=after:2000%20order:likes works for all posts. Thank you!
/search?q=@mbauman%20order:likes
/search?q=after:2000%20order:likes