Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 10.82 KB
MD5: ccb150a5f18d84b9c15b257fd27466f8
SHA-1: 7dad7e0f76d9a0bb2a8dfcf71e774326a0e88f70
SHA-256: 23ea3022f9391485194a14de79a1a81bbe6a090aae3b38b0fcd9bc3124127b4a
Download zip 12.16 KB
MD5: 2d70972e5d058b4d1cec46ee479b9f95
SHA-1: fb7da4ba000a0c566534a43227ff47d5ee32abfc
SHA-256: b075e499db7a32c7601619a68d62d70fed00c6e6220d006530f100c3b1e1cc1c

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: 21 Aug 2011 at 00:21 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases