Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
288
Merge Requests
32
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
92ff3504
Commit
92ff3504
authored
22 hours ago
by
Mark Harding
1
Browse files
Options
Download
(fix): trending hashtags should use global counts - fixes #2388
parent
0819e2e2
master
No related merge requests found
Pipeline
#104827285
passed with stages
in 14 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Core/Hashtags/Trending/Repository.php
View file @
92ff3504
...
...
@@ -45,8 +45,8 @@ class Repository
'must'
=>
[
[
'range'
=>
[
'
votes:up:24h:synced
'
=>
[
'gte'
=>
$opts
[
'from'
],
'
@timestamp
'
=>
[
'gte'
=>
$opts
[
'from'
]
*
1000
,
],
],
],
...
...
@@ -81,7 +81,7 @@ class Repository
'aggs'
=>
[
'counts'
=>
[
'max'
=>
[
'field'
=>
'votes:up
:24h
'
,
'field'
=>
'votes:up'
,
],
],
'owners'
=>
[
...
...
This diff is collapsed.
Mark Harding
@markeharding
mentioned in issue
front#2388 (closed)
·
22 hours ago
mentioned in issue
front#2388 (closed)
mentioned in issue front#2388
Toggle commit list
Please
register
or
sign in
to comment