Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 10.82 KB
MD5: 4ddbd827e242fd6d218d8bba5d4cf78c
SHA-1: 4942a79b4b7fc09a1ea3a492840f75eb38bd893b
SHA-256: 905823d44e7c62aa34f7cc4ac1f9442c58d185d648ee5b4dd0ceb0d455924661
Download zip 12.15 KB
MD5: 26ff2f069558dc15a0e5541ebb24a1d4
SHA-1: 68d15471359d6c97215ee426891dd34f28196e39
SHA-256: a980458448054dfc6e6256f60beec28a523d48520ba74eef3f2e912d53e83ead

Release notes

#1254956: "Use OR" setting should be honored when using search engine query too by xy2: Added support for using OR when the keywords from search engine referer is used to conduct the search
#1087182: Remove dependance on Google CSE Search Module by TallDavid, 7huo: Changed the dependence of google module to google_cse module
#1135346: Custom text not appearing by jeffwidman, altrugon, smithmilner: Fixed issue with custom text not appearing in search results
#1146208: Recoverable fatal error: Argument 2 passed to drupal_goto() must be an array, null given…. by pcsupport: Fixed issue with options parameter for drupal_goto
Implemented logic to hide error message when the corresponding admin setting is set
Added admin options for disabling error messages
Added more descriptions to the admin settings page
Took out the duplicated t call in the drupal_set_title call
#1053266: Notice: Undefined index: host in search404_search_engine_query() by parasolx, joostvdl: Fixed issue with PHP Notice on accessing undefined variables in parsed_url array
Took out unnecessary test on empty(keys) for the drupal_get_form call
#1092204: Strict warning: Only variables should be passed by reference in search404_page() by skadu: Fixed issue with strict warning for pass by reference variable to drupal_render
Corrected the handling of results array returned from search_data to get the actual result nodes and the count of items
Changed resetting of $_GET['destination'] instead of $_REQUEST['destination'] in search404_goto as D7 explicitly uses $_GET['destination']
Corrected error in search404_goto function related to incorrect parameters for drupal_goto call
#1111918: PHP 5.x E_NOTICE errors (or how to avoid 3 events of 'Notice: Undefined index xxx') by peter bowey, #1053266: Notice: Undefined index: host in search404_search_engine_query() by parasolx: Added check on HTTP_REFERER existence before trying to parse search engine querystring to prevent E_NOTICE
Took out search404_block_show as it is not required in D7

Created by: zyxware
Created on: 8 Sep 2011 at 13:50 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases