Active
Project:
Amazon Store
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2012 at 03:46 UTC
Updated:
14 Mar 2012 at 15:37 UTC
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
Comment #1
rfayDefinitely a good idea. I don't think there is any support for this right now.
Changing to a feature request.
Comment #2
krymp commentedI 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;Comment #3
rfayA patch would be appreciated...
Comment #4
krymp commentedNot really sure what that means or how to create one.
Comment #5
rfayWell, 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.