I have a site in Drupal version 10.2.2 When I search in Search
title
content
Lists the results in the form of a list. I want to show the date information next to the title information. Where and how can I do this?
I couldn't find the module that solves this job. I guess it will be solved with twig?
Here's a way you can achieve this:
Create a custom theme (if not already done)
Override the search result template by creating
search-result--node-search.html.twigfile in your custom theme's templates directory