I've just installed this wonderful idea for a module on my 6.x installation for a project, and it works at least a little to redirect the user to a search page, and notify them the URL they entered was bad, but it is not auto-returning the search results, but only presenting a user form with the terms entered.

In other words, I have no results, but when I hit the search button in the form, then I'm presented with search results in the standard search page.

Comments

himerus’s picture

I just updated one of the settings in the Search 404 settings, and had a different result...

if I check "Jump directly to the search result when there is only one result.", it will direct me to the same page I was testing with. So it appears that the results are being pulled properly, but they just aren't showing up in the result page if there is one or more than one result.

zyxware’s picture

Assigned: Unassigned » zyxware

We are currently looking into this problem. Will return with updates soon.

fred0’s picture

I'm seeing this too. Any updates?

itangalo’s picture

I'm experiencing similar problems, but thought it had to do with poor memory resources on my web hotel. Subscribing...

Gurpartap Singh’s picture

Any updates zyxware?

Gurpartap Singh’s picture

You need to change theme('search_page', $results, 'node'); to theme('search_results', $results, 'node'); in the evil HAXX!

davedelong’s picture

(Line 134 of search404.module)

open social’s picture

Status: Needs review » Active

Is it just me or does it still not work:

see:

http://www.ferox-consultancy.nl/

for example:

http://www.ferox-consultancy.nl/seo

Gurpartap Singh’s picture

Status: Active » Needs review

Well it works with the above suggested change on http://satluj.com/

http://satluj.com/punjabi-linux performs a search for "punjabi linux"

and

http://satluj.com/punjabi-arial-lohit redirects, because there's only 1 search result for it.

dja’s picture

Status: Active » Needs review

evil HAXX worked for me - thanks! :)

zyxware’s picture

Status: Needs review » Fixed

Can this issue be closed?

Status: Fixed » Closed (fixed)

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