Hi!
A temporary workaround for atahualpa is to hide the second “Read More…” link.
You have to add in the ‘Add HTML/CSS Inserts’ the following code:
.search-results div.post-bodycopy p span:last-child {
display: none;
}
This doesn’t work for IE8 and earlier versions.
Cheers