I want to customize my search page (actually the results) and I've read on the internet about Drupal Hooks. I've copied the prefab Drupal hook_search_execute()
function and replaced all it's content with echo "OK"; die();
but the site simply won't die, it just continues the search as if nothing happened.
I've placed the hook_search_execute()
function in one of my custom modules which is 100% activated, so it should work.
Any help on this?