Hi,

I have a searchapi implemented view using exposed filters with taxonomy terms to search for information.
This working great and searches show the correct facets.

But when I change the search by changing the taxonomy terms, the facets do not alter with this.

So for example when I search for Germany and 200 hotels are shown through a Region taxonomy term facet.
When I then alter the search and look for Hotels in Munchen. The facet Region stiil shows 200 hotels!

How can I renew the facets when I renew a searchapi view with exposed filters please?
May be do something opposite to https://www.drupal.org/node/2078131, how please?

Thanks for your reply in advance!
Greetings, Martijn

Comments

Summit created an issue.

Summit’s picture

Hi,
I did all what was stated here https://www.drupal.org/node/2017007
But no change in that the active facet changes when the exposed filter in the view changes...
greetings, Martijn

Summit’s picture

Hi,

This custom module did the job! Exposed filters on views and facets have original completely different url's.
The module stated here alters the url so it is readable by both modules and results are even.
http://www.wunderkraut.com/blog/marrying-facets-and-exposed-filters/2012...

greetings, Martijn