Loading Core/Hashtags/Trending/Repository.php +3 −3 Original line number Original line Diff line number Diff line Loading @@ -45,8 +45,8 @@ class Repository 'must' => [ 'must' => [ [ [ 'range' => [ 'range' => [ 'votes:up:24h:synced' => [ '@timestamp' => [ 'gte' => $opts['from'], 'gte' => $opts['from'] * 1000, ], ], ], ], ], ], Loading Loading @@ -81,7 +81,7 @@ class Repository 'aggs' => [ 'aggs' => [ 'counts' => [ 'counts' => [ 'max' => [ 'max' => [ 'field' => 'votes:up:24h', 'field' => 'votes:up', ], ], ], ], 'owners' => [ 'owners' => [ Loading Loading
Core/Hashtags/Trending/Repository.php +3 −3 Original line number Original line Diff line number Diff line Loading @@ -45,8 +45,8 @@ class Repository 'must' => [ 'must' => [ [ [ 'range' => [ 'range' => [ 'votes:up:24h:synced' => [ '@timestamp' => [ 'gte' => $opts['from'], 'gte' => $opts['from'] * 1000, ], ], ], ], ], ], Loading Loading @@ -81,7 +81,7 @@ class Repository 'aggs' => [ 'aggs' => [ 'counts' => [ 'counts' => [ 'max' => [ 'max' => [ 'field' => 'votes:up:24h', 'field' => 'votes:up', ], ], ], ], 'owners' => [ 'owners' => [ Loading