We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a95a15 commit 86d29caCopy full SHA for 86d29ca
example/template.coffee
@@ -1,9 +1,8 @@
1
-
2
tmpl =
3
path: '.'
4
aggregate:
5
- total: (key, value, existing) -> if !sysmo.isArray(value) then value else value.sort().reverse()[0]
6
- pages: (key, value, existing) -> if !sysmo.isArray(value) then value else value.sort().reverse()[0]
+ total: (key, value, existing) -> if !isArray(value) then value else value.sort().reverse()[0]
+ pages: (key, value, existing) -> if !isArray(value) then value else value.sort().reverse()[0]
7
as:
8
bins:
9
path: 'Items.SearchBinSets.SearchBinSet.Bin'
0 commit comments