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 70336e3 commit 39efb8fCopy full SHA for 39efb8f
src/SearchIndexAdapter/OpenSearch/DataObject/FieldDefinitionAdapter/BlockAdapter.php
@@ -65,7 +65,7 @@ public function normalize(mixed $value): ?array
65
/** @var BlockElement $fieldValue */
66
foreach ($block as $key => $fieldValue) {
67
$blockDefinition = $fieldDefinitions[$key];
68
- $resultItems[$key] = $this->fieldDefinitionService->normalizeValue(
+ $resultItem[$key] = $this->fieldDefinitionService->normalizeValue(
69
$blockDefinition,
70
$fieldValue->getData()
71
);
0 commit comments