We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -101,9 +101,9 @@ |
||
101 | 101 | // find all documents from Solr |
102 | 102 | $solrResults = []; |
103 | 103 | if (is_array($searchParams) && !empty($searchParams)) { |
104 | - $solrResults = $this->documentRepository->findSolrByCollection('', $this->settings, $searchParams, $listedMetadata); |
|
104 | + $solrResults = $this->documentRepository->findSolrByCollection('', $this->settings, $searchParams, $listedMetadata); |
|
105 | 105 | |
106 | - // get all sortable metadata records |
|
106 | + // get all sortable metadata records |
|
107 | 107 | $sortableMetadata = $this->metadataRepository->findByIsSortable(true); |
108 | 108 | |
109 | 109 | // get all metadata records to be shown in results |