Skip to content

Commit

Permalink
refs matomo-org#49 remove "Others" row from site search report "keywo…
Browse files Browse the repository at this point in the history
…rds with no results"
  • Loading branch information
timo-bes committed Mar 8, 2013
1 parent facb01a commit 9e051a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Actions/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public function getSiteSearchNoResultKeywords( $idSite, $period, $date, $segment
Piwik_Archive::INDEX_SITE_SEARCH_HAS_NO_RESULT,
create_function ( '$value', 'return $value >= 1;')
));
$dataTable->deleteRow(Piwik_DataTable::ID_SUMMARY_ROW);
$dataTable->deleteColumn(Piwik_Archive::INDEX_SITE_SEARCH_HAS_NO_RESULT);
$this->filterPageDatatable($dataTable);
$this->filterActionsDataTable($dataTable);
Expand Down

0 comments on commit 9e051a1

Please sign in to comment.