Skip to content

Commit 5f26c3a

Browse files
committed
Merge remote-tracking branch 'origin/5.3'
2 parents 32fa434 + 42481a0 commit 5f26c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Fusion/Helper/SearchResultrenderer/SearchresultRenderer.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ prototype(Flowpack.SearchPlugin:SearchResultRenderer) < prototype(Neos.Fusion:Lo
44
itemRenderer = Flowpack.SearchPlugin:SingleResult
55
itemName = 'node'
66
// we also make the full ElasticSearch hit available to nested rendering, if possible
7-
[email protected] = ${searchResults.searchHitForNode(node)}
7+
[email protected] = ${Type.instance(searchResults , '\Flowpack\ElasticSearch\ContentRepositoryAdaptor\Eel\ElasticSearchQueryResult') ? searchResults.searchHitForNode(node) : null}
88
}

0 commit comments

Comments
 (0)