Prevent statistics with a count of less than 10 from being listed in the worst list.
This commit is contained in:
parent
af20594535
commit
c0a9358bcf
1 changed files with 1 additions and 0 deletions
|
|
@ -786,6 +786,7 @@ sub view {
|
||||||
rating.category =?
|
rating.category =?
|
||||||
and asset.parentId=?
|
and asset.parentId=?
|
||||||
and asset.state='published'
|
and asset.state='published'
|
||||||
|
and rating.countValue >= 10
|
||||||
and assetData.revisionDate=(
|
and assetData.revisionDate=(
|
||||||
select
|
select
|
||||||
max(revisionDate)
|
max(revisionDate)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue