What about D7 work?

Comments

mcncyo’s picture

subscribing

David Latapie’s picture

Issue tags: +drupal 7 port

subscribing too

bkno’s picture

subscribing

tnanek’s picture

Subscribing as well - I'll likely be doing a direct migration using Coder at somepoint this weekend, and I'll likely post the results here.

tmm360’s picture

subscribing

mstobbs’s picture

subscribing

mfb’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Active » Needs review

an initial first draft port to Drupal 7 is available.

emkman’s picture

I am getting a 310 continuous redirect when I attempt to use this on a fresh D7 install.

mfb’s picture

What are the exact steps to reproduce the redirect loop? Also can you provide a URL for the site.

emkman’s picture

My steps were:
1. Create a new D7 site in Acquia DAMP
2. Install google_cse module
3. Enable google_cse module
4. In Search configuration, make google_cse the default search type and supply my cse search ID.
5. Go to my home page, and in the Custom Search field that is now show, search for "test"

URL is http://localhost:8082/search/google/test
Infinite redirect confirmed in Safari and Chrome. Nothing useful in the admin/reports/dblog log.
Apache log:

127.0.0.1 - - [03/Mar/2011:20:18:10 -0800] "POST / HTTP/1.1" 301 -
127.0.0.1 - - [03/Mar/2011:20:18:10 -0800] "GET /search/google/test?query=test&cx=012099162406138933806%3Ar6zczvx1c-m&cof=FORID%3A11&sitesearch=&safe=off HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:10 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:12 -0800] "GET /search/google/test HTTP/1.1" 302 -
...

heatherwoz’s picture

Priority: Normal » Major

Any action on this? It looks like there are several patches pending review. I'd like to see a release of some kind.

spanac’s picture

Same 310 error here. Solved it by disabling all other "active search modules" (user and node) and only the "Google CSE" is on in the admin/config/search/settings. After that cleared all cashe.

noobpal’s picture

I keep losing my google cse options for the default search module and the active search module. The options reappear every time I disable the google cse module and then re-enable it. After re-enabling those options are always pre-selected but within a random period of time they disappear again. When they disappear the search aborts and just refreshes whatever page I tried to do a search from. I've been fighting with this for the past few weeks and was wondering if anyone else has experienced this problem?

malcomio’s picture

Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.