Skip to content

Commit 5b133c8

Browse files
committed
fix: don't consider number of empty fields for cloud item size
fixes #312
1 parent 4d06cb4 commit 5b133c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta/SearchCloud.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function getSQL() {
3737
}
3838
$QB->addTable($datatable);
3939
$QB->filters()->whereAnd("$datatable.latest = 1");
40+
$QB->filters()->where('AND', 'tag IS NOT \'\'');
4041

4142
$col = $this->columns[0];
4243
if($col->isMulti()) {

0 commit comments

Comments
 (0)