Hi,

how can I prevent the facet blocks from disappearing once I select a filter? The problem is, I can't deselect the current filter and/or add other ones.

Under the facets display settings I already set the operator to "OR" and "Minimum facet count" to 0.

It seems wrong to me that there is no option to reset your selection. Is this common or must there be any misconfiguration?

Any ideas?

Using facetapi 1.5, search api 7.x-1.13 and Solr search 7.x-1.6.

Comments

maxdev’s picture

Have the same issue with theme DrupalExp Pressa, you can check how it works on this page http://demo.drupalexp.com/pressa/shop
When you select one of facets, block disappears and you can't revert filter.
What can be wrong in configuration?

mgalalm’s picture

Sounds it happens when the view is cached! when I disable the view cache it works fine.

wranvaud’s picture

Status: Active » Fixed

In my case the facet was configured to use exclusive filters and narrow down the results thus removing other filters.

  • The setting is at admin/config/search/search_api
  • Edit the search index you want to configure and select "Facets"
  • Select "Configure display" of the facets that you want
  • Under "Global settings" > "Operator" select "OR" and save

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.