We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f8d10 commit 819f5e6Copy full SHA for 819f5e6
assets/js/lunr-en.js
@@ -15,7 +15,7 @@ var idx = lunr(function () {
15
{% for doc in docs %}
16
idx.add({
17
title: {{ doc.title | jsonify }},
18
- excerpt: {{ doc.excerpt | strip_html | truncatewords: 20 | jsonify }},
+ excerpt: {{ doc.content | strip_html | truncatewords: 20 | jsonify }},
19
categories: {{ doc.categories | jsonify }},
20
tags: {{ doc.tags | jsonify }},
21
id: {{ count }}
0 commit comments