first commit
This commit is contained in:
@@ -29,7 +29,7 @@ use TYPO3\CMS\Frontend\ContentObject\AbstractContentObject;
|
||||
|
||||
/**
|
||||
* A content object (cObj) to turn comma separated strings into an array to be
|
||||
* used in a multi value field in a Solr document.
|
||||
* used in a multi value field in a Meilisearch document.
|
||||
*
|
||||
* Example usage:
|
||||
*
|
||||
@@ -51,7 +51,7 @@ class Multivalue extends AbstractContentObject
|
||||
* Executes the SOLR_MULTIVALUE content object.
|
||||
*
|
||||
* Turns a list of values into an array that can then be used to fill
|
||||
* multivalued fields in a Solr document. The array is returned in
|
||||
* multivalued fields in a Meilisearch document. The array is returned in
|
||||
* serialized form as content objects are expected to return strings.
|
||||
*
|
||||
* @inheritDoc
|
||||
|
Reference in New Issue
Block a user