Plainify flexsearch index values
This commit is contained in:
parent
66b4b17259
commit
01d52e8730
|
@ -108,7 +108,7 @@ Source:
|
|||
{{ else -}}
|
||||
description: {{ .Summary | plainify | jsonify }},
|
||||
{{ end -}}
|
||||
content: {{ .Content | jsonify }}
|
||||
content: {{ .Plain | jsonify }}
|
||||
})
|
||||
{{ if ne (add $index 1) $len -}}
|
||||
.add(
|
||||
|
|
Loading…
Reference in New Issue