mbauman
(Matt Bauman)
2019 年 8 月 28 日午後 4:38
1
ユーザーとして、各返信の「いいね」数でソートすることは可能でしょうか?サマリーページでは上位6件の返信が表示されますが、「もっと見る」をクリックすると、単に最近のアクティビティ表示(u/mbauman/activity/replies)に移動してしまいます。その URL に無理やり ?order=likes を追加しても機能しません。
また、管理者(またはユーザー)として、サイト全体のすべての返信を表示し、「いいね」数でソートすることは可能でしょうか?/top?order=likes にアクセスすると、スレッド内のすべての投稿の「いいね」総数を確認できますが、(おそらく異常に長い)スレッド全体の合計ではなく、個々の「良い」投稿のリストを見つけたいと考えています。
mbauman
(Matt Bauman)
2019 年 8 月 29 日午後 7:25
2
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”?
mbauman
(Matt Bauman)
2019 年 8 月 30 日午前 1:15
4
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!