Product description does not show when searched

Hi everyone,

When you search for any product using the search bar, the results do not show the product description in the boxes.

I can’t seem to find out why, because if you reach the grid list by browsing, albeit clicking all products or selecting a collection, the products show their description.

Reaching by browsing

Reaching by Search

Please help me in solving how can I show the description of the products searched as well.

Thanks for your help!

Hello @E_Lugo ,

Find the search results loop and after the {{ product.title }} add this code {{ product.description }}

Thanks

Thank you Guleria!

This solved the problem effortlessly…