By MattO77 on
I am setting up my Drupal site search, and I cannot figure out how to remove or hide the list that is displayed when there are no search results. The list I am referring to is:
"• Check if your spelling is correct.
• Remove quotes around phrases to match each word individually: "blue smurf" will match less than blue smurf.
• Consider loosening your query with OR: blue smurf will match less than blue OR smurf."
However I would like to keep the text that tells you that "Your search yielded no results."
Any help you can provide would be great, thanks.
Comments
The Smurf Gun
You can override strings in the settings.php file for a site (assuming you have access to that file): Here's an example (I had to dig into the search module to figure out that the entire list was done as a single string):
PS. Or: http://drupal.org/project/annihilatesmurfs
Cheers
Ken