From ecaf2877f88fbf77202ee5ab30c55831ff27c24d Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 25 Nov 2014 20:55:10 +0000 Subject: Add ids to filter --- sx.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sx.el b/sx.el index e5f81a4..ac4758e 100644 --- a/sx.el +++ b/sx.el @@ -56,6 +56,7 @@ question.link question.upvoted question.downvoted + question.question_id user.display_name comment.owner comment.body_markdown @@ -65,6 +66,10 @@ comment.creation_date comment.upvoted comment.score + comment.post_type + comment.post_id + comment.comment_id + answer.answer_id answer.last_editor answer.link answer.owner -- cgit v1.2.3