vefkup

Categories

Component ID

1865682

Component name

vefkup

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

VEFKUP - views exposed filters keep URL params

At the current moment views exposed filters do not respect other params in the URL except for their own. This causes conflict when using facetapi or search_api_sorts. For example if you choose some filters first and will change some exposed filters afterwards and submit the form - all the chosen facets will be lost (unselected).

So this module is aimed to fix this problem. It puts all the facets into the exposed form so when the form is submitted - all the facets GET params are in place.

I created an issue about this problem, with no reply yet: http://drupal.org/node/1865950 (17.12.2012).

Though, this module may also be useful for search_api_solr + views exposed filters integration and maybe some other modules (that use GET parameters from the URL) I'm not aware of.