Search result page image

Hello everyone,

I’m a beginner in Kirby and the cms is very impressive.
I’m trying now to build my search page for my website but I have an issue. Everything works perfectly on the page apart the cover image. Please help me :slight_smile:

`<?php if($cover = $result->->image($result->cover())): ?>

<?php endif; ?>`

Thanks!
Alexis

Maybe it’s just a typo.
You used the β€œ->” operator twice:
This part $result->->image should look like this $result->image