I am not sure if I missing something, this is a bug, or just something the module does not do. I have a page view with exposed filters and everything is working as expected. Now I need to make the exposed filters a block so that it can be placed on the homepage. The idea is that when users make changes to the exposed filter block on the homepage, the filters update as they choose, then when they have made all the selections they would hit submit and be taken to the page view with the results filters as chosen on the homepage.

The only time the filters update when values are selected is if I enable AJAX and choose the option to SUBMIT on any change to the filters. This works fine when the filters and results are on the same page (even in an exposed block). However, when used in my scenario it will take the user to the page view as soon as they change any filter.

Is there a way to force the selective filters to update without submitting the form?

Comments

ngreenup created an issue. See original summary.

adrianavaz’s picture

Hi, did you find a solution for this? Having the same problem here...

ngreenup’s picture

I wish, I have hit it from many angles, IRC chat, stackoverflow, this post. No one ever responds.

david_garcia’s picture

Priority: Major » Normal

Unfortunately support/feature requests are by definition never major or critical.

ngreenup’s picture

David Garcia, Sorry about that. I assumed this was something the module could already do and maybe I was missing something. This module does exactly what I need other than this one hiccup. I will look into making my own module that is based on this. It seems like it should be doable to just not send the user to the view page automatically, wait until they click the submit button on the filters. But yet still be updating the filters as they are chosen.