Skip to content

Commit

Permalink
Revert "[BUGFIX] Increase the amount of metadata loaded in collection…
Browse files Browse the repository at this point in the history
… view (#967)"

This reverts commit 4256816.
  • Loading branch information
sebastian-meyer authored Jun 12, 2023
1 parent 4256816 commit 61febed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Common/SolrSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public function submit($start, $rows, $processResults = true)
$metadataOf = $this->fetchToplevelMetadataFromSolr([
'query' => 'partof:' . $doc['uid'],
'start' => 0,
'rows' => 200,
'rows' => 100,
]);
foreach ($children as $docChild) {
// We need only a few fields from the children, but we need them as array.
Expand Down

0 comments on commit 61febed

Please sign in to comment.