We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04fc044 + b350203 commit e7862dfCopy full SHA for e7862df
1 file changed
Resources/Private/Fusion/SearchPlugin.fusion
@@ -33,7 +33,7 @@ prototype(Flowpack.SearchPlugin:Search) < prototype(Neos.Neos:Content) {
33
34
prototype(Flowpack.SearchPlugin:Search.Form) < prototype(Neos.Fusion:Template) {
35
node = ${site}
36
- dimensionCombination = ${Json.stringify(this.node.dimensions)}
+ dimensionCombination = ${Json.stringify(this.node.context.dimensions)}
37
templatePath = 'resource://Flowpack.SearchPlugin/Private/Templates/NodeTypes/Search.Form.html'
38
inputClassNames = ''
39
searchWord = ${request.arguments.search}
0 commit comments