I am working Apache solr search its working fine. But I need to change the search result to my view like title, date, short description and image.
Can you please someone help me. How to override the search result to custom result.tpl page.
I am working Apache solr search its working fine. But I need to change the search result to my view like title, date, short description and image.
Can you please someone help me. How to override the search result to custom result.tpl page.
There are several options :
hook_preprocess_search_result()
.search-result.tpl.php
(first you need to copy the original in your theme's templates folder).search-results.tpl.php
& hook_preprocess_search_results()
.