diff --git a/search.html b/search.html
index aacdc74..beb2c91 100644
--- a/search.html
+++ b/search.html
@@ -48,7 +48,7 @@
Are you not searching for anything? Enable JS or some
id: currentId++,
title: `{{ post.title }}`,
excerpt: `{{ post.excerpt | strip_html | strip_newlines | escape }}`,
- body: decodeURIComponent('{{ post.content | url_encode }}'),
+ body: decodeURIComponent('{{ post.content | strip_html | url_encode }}'),
url: '{{ post.url | relative_url }}'
});
{% endfor %}