Skip to content

Commit

Permalink
Call findSolrByCollections function
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Feb 1, 2024
1 parent d511e7e commit d4439b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/SingleCollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function showAction()
$listedMetadata = $this->metadataRepository->findByIsListed(true);

// find all documents from Solr
$solrSearch = $this->documentRepository->findSolrByCollection($collections, $this->settings, $searchParams, $listedMetadata);
$solrSearch = $this->documentRepository->findSolrByCollections($collections, $this->settings, $searchParams, $listedMetadata);

// get all sortable Metadata from Kitodo.Presentation
$metadata = $this->metadataRepository->findByIsSortable(true);
Expand Down

0 comments on commit d4439b0

Please sign in to comment.