You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Flowpack.SearchPlugin:SearchResultRenderer uses the searchHitForNode on the searchResults, which is only implemented in the ElasticSearchQueryResult of the flowpack/elasticsearch-contentrepositoryadaptor package.
// we also make the full ElasticSearch hit available to nested rendering, if possible
itemRenderer.@context.searchHit = ${searchResults.searchHitForNode(node)}