From 1a0803a594392226a5366a716a5c9e23887d4182 Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 2 Sep 2022 18:01:58 -0500 Subject: [PATCH] add new columns to search --- worker/search.js | 2 ++ 1 file changed, 2 insertions(+) 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 }`