File tree 1 file changed +1
-1
lines changed
Packages/Sites/Sfi.Site/Resources/Private/Fusion/NodeTypes
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ prototype(Sfi.Site:SermonsFilteredJson) < prototype(Neos.Fusion:RawCollection) {
17
17
collection = ${Search.query(node).nodeType("Sfi.Site:Sermon")}
18
18
collection.@process.filterByAuthor = ${request.arguments.author ? value.exactMatch('author', request.arguments.author) : value}
19
19
collection.@process.filterByTheme = ${request.arguments.theme ? value.exactMatch('themes', request.arguments.theme) : value}
20
- collection.@process.exec = ${value.from(0).limit(request.arguments.limit || 1000).execute().toArray()}
20
+ collection.@process.exec = ${value.from(0).limit(Number( request.arguments.limit) || 1000).execute().toArray()}
21
21
itemName = 'node'
22
22
itemRenderer = Sfi.Site:SermonJson
23
23
You can’t perform that action at this time.
0 commit comments