What I would like to do is have this same functionality - producing a search results page based on keywords in the URL - work on all nodes that look like http://www.example.com/room/*, where * is the wildcard where the [title-raw] of the node would be and which would be used to produce the search results per the same formula used in this module.

Any idea how I would go about this? Thanks for any advice on this one.

Comments

zyxware’s picture

Assigned: Unassigned » zyxware

Search404 is primarily designed to be used for 404 errors, so when ever a Page Not Found occurs the module is invoked by Drupal Core since the Error reporting in drupal sets the URL http://example.com/search404 page, this then in turn calls the hook_menu call back in the module and handles the search and outputs the results.

Drupal can also manage 403 errors like in this module http://drupal.org/project/r4032login

Could you also give the kind of errors that you are looking to capture other than 404?

I hope this helps you.

fumbling’s picture

Thanks

zyxware’s picture

Status: Active » Closed (won't fix)

Since no issues were reported I am closing this issue