For Drupal 7, the "Google CSE search" module is no longer available. As per http://drupal.org/project/google_cse: 'On Drupal 7, Google CSE integrates with Drupal core's Search API. On Drupal 6, the "Google CSE search" module is an optional glue module that integrates Google CSE with the core Search API.'
On the Search 404 Settings page, the selection "Do a Google CSE Search instead of a Drupal Search when a 404 Occurs" states "Requires Google CSE and Google CSE Search Modules to be Enabled". Since the the Google CSE Search module does not exist, the checkbox cannot be selected.
Comments
Comment #1
drew29 commentedHello,
I have the same problem. Is there a solution available at the moment? I don't find a solution to solve this can anybody help us?
kind regards
drew
Comment #2
zyxware commentedI see that Google CSE has a D7 version. Also when they said it is integrated with the core search they would only have meant that the interface is integrated seamlessly. Logically I would think you would still need the Google CSE module to show Google CSE results.
Also why would you want to select Google CSE if you don't have Google CSE in the site?
Comment #3
TallDavid commentedComment #4
7huo commentedChange
(module_exists('google')
(module_exists('google_cse')
Comment #5
zyxware commentedI have added the change as suggested by 7huo in #4 to the latest dev version. Can somebody please test this out and confirm if everything works as expected.
Comment #6
zyxware commentedThe fix is now in the latest 7.x-1.1 version. I am marking this as fixed. Please re-open if otherwise.