Forum
Search Results not showing result_excerpt
On my search results its not showing the result_excerpt
I switched on perch:showall />
and got the following (link below)
This is my template
<div class="list-post__info list-post__ajax clearfix">
<h3 class="a300 caps beta list-post__name"><a href="<perch:search id="result_url" />" class="blog__link"><perch:search id="result_title" /></a></h3>
<p class="list-post__desc"><perch:search id="result_excerpt" encode="false" /></p>
</div>
<perch:showall />
Cant understand whats happening here? How can I fix this?
Many Thanks
Do the posts have an excerpt completed?
Yes all posts have an excerpt see here
https://goo.gl/9l4L5C
I am on Perch 2.8.26 maybe there has been some search updates since then?
Any advice we give will be based on the current version so you should first update and see if the problem still exists.
I have now updated to the latest version of Runway. The excerpt is still not showing for the blog app. It shows for content items but nothing for the blog.
Can we see your Diagnostics Report please?
Here we go, thanks.
What's the ID of your excerpt field in the template?
Looks like we actually make the excerpt from
postDescHTML
rather than use the excerpt field, because it's optional of course.Do you have content in
postDescHTML
?