fix: trending global > group
Trending mixed already takes into account the global score. This improves results a bit and is now indexed on the wallet server. Desktop was updated to match also.
This commit is contained in:
parent
01c3bc489b
commit
89dff3ace3
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const Constants = {
|
|||
{ name: TIME_ALL, label: 'All time' },
|
||||
],
|
||||
|
||||
DEFAULT_ORDER_BY: ['trending_global', 'trending_mixed'],
|
||||
DEFAULT_ORDER_BY: ['trending_group', 'trending_mixed'],
|
||||
|
||||
ORDER_BY_EFFECTIVE_AMOUNT: 'effective_amount',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue