Add specific product to list of search results on every search

Hi!
I am trying to add a specific product to the results of every search people on my shop are doing.

So far, I had no luck trying to alter the default search.liquid. Any hints on how to do this? I think it shouldn’t be this hard as I have to add a product to the list of search results. I just can’t find the right place to do so.

Any help is much appreciated!

Best regards,

Gordon

Nevermind I just played around with the search.liquid and found a way.

I just needed to add this snippet after the loop:

{% assign product = all_products[‘my-handle-here’] %}
{% include ‘product-grid-item’ %}