From ef437c884725c43cc7161befd5e38725958872cf Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 22 Apr 2020 19:19:00 -0400 Subject: [PATCH] proper search parameters --- ui/page/home/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/page/home/view.jsx b/ui/page/home/view.jsx index 89d15f06e..a9859babc 100644 --- a/ui/page/home/view.jsx +++ b/ui/page/home/view.jsx @@ -119,10 +119,10 @@ function HomePage(props: Props) { rowData.push({ title: '#whothinks', - link: `/$/${PAGES.DISCOVER}?t=whothinks&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}`, + link: `/$/${PAGES.DISCOVER}?t=whothinks&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}&claim_type=stream`, options: { tags: ['whothinks'], - claimType: ['stream', 'channel'], + claimType: ['stream'], orderBy: ['release_time'], pageSize: 3, prefixUris: ['lbry://@lbry#3f/whothinks'],