diff --git a/worker/search.js b/worker/search.js
index a2a72745..7282f06d 100644
--- a/worker/search.js
+++ b/worker/search.js
@@ -25,6 +25,8 @@ const ITEM_SEARCH_FIELDS = gql`
     upvotes
     sats
     boost
+    lastCommentAt
+    commentSats
     path
     ncomments
   }`