Skip to content
Snippets Groups Projects

Removed set result count as it causes issues with pagination.

Closed Sean Dietrich requested to merge bug/pagination into 1.x
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -180,8 +180,7 @@ class DenormalizeAltering extends ProcessorPluginBase {
$newResultItems[] = $newItem;
}
// Set the results to the new items array previously created.
$results->setResultCount(count($newResultItems));
// Set the results to the new items array previously created.
$results->setResultItems($newResultItems);
}
Loading