proper search parameters

This commit is contained in:
Jeremy Kauffman 2020-04-22 19:19:00 -04:00
parent 2ed3623b59
commit ef437c8847

View file

@ -119,10 +119,10 @@ function HomePage(props: Props) {
rowData.push({ rowData.push({
title: '#whothinks', 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: { options: {
tags: ['whothinks'], tags: ['whothinks'],
claimType: ['stream', 'channel'], claimType: ['stream'],
orderBy: ['release_time'], orderBy: ['release_time'],
pageSize: 3, pageSize: 3,
prefixUris: ['lbry://@lbry#3f/whothinks'], prefixUris: ['lbry://@lbry#3f/whothinks'],