We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ae16b commit 690bc88Copy full SHA for 690bc88
1 file changed
Packages/Sites/Sfi.Site/Resources/Private/Fusion/NodeTypes/SermonsFacetsJson.fusion
@@ -43,6 +43,7 @@ prototype(Sfi.Site:SermonsFacetsJson) < prototype(T:Value) {
43
id = ${bucket.key}
44
title = ${q(site).find('#' + bucket.key).get(0).properties.title}
45
count = ${bucket.doc_count}
46
+ kkk = ${bucket.key}
47
}
48
# @process.sort = ${value && q(value).count() > 0 && q(value).sort('_index', 'ASC')}
49
0 commit comments