diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-06 14:02:09 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-06 14:02:21 -0200 |
commit | 7db38cdcfbcac58722012049aceb365cf8c83d76 (patch) | |
tree | e09716818733596cad4ccc777fd8024f3c042262 | |
parent | 999822d231c92e52ea52f6a467980e6eb6b5e66f (diff) |
Add creation_date to filters. Affects #206
-rw-r--r-- | sx-filter.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-filter.el b/sx-filter.el index d341032..a3f6861 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -112,6 +112,7 @@ return the compiled filter." ((question body_markdown bounty_amount comments + creation_date answers answer_count score @@ -142,6 +143,7 @@ return the compiled filter." post_id comment_id) (answer answer_id + creation_date last_editor last_activity_date link |