Hi we're using your module and the faceted search module.
When on our 404 page, the faceted search stops working, works fine on all other pages.
You can view a 404 page for our site here: http://www.avenuecalgary.com/dog
It seems like your module is stopping faceted search from accessing the query properly.

I'm not sure if you've run into this issue before.
Any help would be much appreciated.

Thanks

Comments

anil614sagar’s picture

Status: Active » Closed (fixed)

Hi Stephen,

This is the issue with form POST's to the error page, bringing no results page. Please check the custom error module hook_form_alter implementation to resolve this issue.

You may need to do same hook_form_alter in a custom module for your faceted search form to set $form['#action'] variable.

Check latest 6.x-1.x dev code to find example hook_form_alter implementation. Thank you.

Cheers,
Anil Sagar