first commit
This commit is contained in:
@@ -25,7 +25,7 @@ use TYPO3\CMS\Extbase\Object\ObjectManagerInterface;
|
||||
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
|
||||
|
||||
/**
|
||||
* This processor is used to transform the solr response into a
|
||||
* This processor is used to transform the meilisearch response into a
|
||||
* domain object hierarchy that can be used in the application (controller and view).
|
||||
*
|
||||
* @author Frans Saris <frans@beech.it>
|
||||
@@ -83,7 +83,7 @@ class ResultSetReconstitutionProcessor implements SearchResultSetProcessor
|
||||
$resultSet = $this->parseSpellCheckingResponseIntoObjects($resultSet);
|
||||
$resultSet = $this->parseSortingIntoObjects($resultSet);
|
||||
|
||||
// here we can reconstitute other domain objects from the solr response
|
||||
// here we can reconstitute other domain objects from the meilisearch response
|
||||
$resultSet = $this->parseFacetsIntoObjects($resultSet);
|
||||
|
||||
return $resultSet;
|
||||
|
Reference in New Issue
Block a user