When I type in non sense letter in the search, I go to my search page that is basically blank with no results. Example: http://www.ugamerz.com/video-games?Keywords=c%20vbczbn%20b%20n&SearchInd...

Is it possible to leave a custom message or something like when you type in nothing?

Comments

rfay’s picture

Title: Search doesn't yeild results » Show a message when zero results found
Category: bug » feature

Definitely a good idea. I don't think there is any support for this right now.

Changing to a feature request.

krymp’s picture

I actually added this to the end of the file amazon_store_search_results.tpl.php

print t('Your search yielded no results');
print search_help('search#noresults', drupal_help_arg());

Place that right before the last
endif;

rfay’s picture

A patch would be appreciated...

krymp’s picture

Not really sure what that means or how to create one.

rfay’s picture

Well, if you're willing to take a stab at it, the instructions are at http://drupal.org/node/707484

General info about patches: http://drupal.org/patch

It's a great skill to have in this community.