Skip to content

Commit

Permalink
Merge pull request #16 from solo-io/content-search-index
Browse files Browse the repository at this point in the history
Add content to search index
  • Loading branch information
Nadine2016 authored Apr 17, 2024
2 parents 752d29d + ded7d99 commit 1da6a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/docs/footer/flexsearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
{{ else -}}
description: {{ .Summary | htmlUnescape | plainify }},
{{ end -}}
content: ""
content: {{ .Content | htmlUnescape | plainify }}
}
);
{{ end -}}
Expand Down

0 comments on commit 1da6a95

Please sign in to comment.