diff --git a/lib/tasks/search.rake b/lib/tasks/search.rake index 54396352d969d471c639fc273ef80141db3a26f2..42cbebf5a85fe015d41593242915e384946391fd 100644 --- a/lib/tasks/search.rake +++ b/lib/tasks/search.rake @@ -12,7 +12,7 @@ namespace :search do {% for page in site.html_pages %}"{{ forloop.index0 }}": { "id": "{{ forloop.index0 }}", "title": "{{ page.title | xml_escape }}", - "content": 'content', + "content": '+content+', "url": "{{ page.url | xml_escape }}" }{% if forloop.last %}{% else %}, {% endif %}{% endfor %}