We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4a428 commit 14ca42aCopy full SHA for 14ca42a
Model/DocumentRepository.php
@@ -162,6 +162,7 @@ public function getList(SearchCriteriaInterface $searchCriteria): SearchResultsI
162
163
/** @var DocumentSearchResultsInterface $searchResults */
164
$searchResults = $this->searchResultsFactory->create();
165
+ $searchResults->setSearchCriteria($searchCriteria);
166
$searchResults->setItems($collection->getItems());
167
$searchResults->setTotalCount($collection->getSize());
168
0 commit comments