Would it be possible to change behaviour of facets to not hide other options. For example I have

Monday
Tuesday
Wednesday
....

So When I click Tuseday, i Get indexed nodes from Tuseday, but to get back and to choose Monday, I need to go back with (-) and then click Monday. I would like to skip that go back step and just highlight that Tuesday is selected currently but then easily go back to Monday. I guess I would need to rewrite facet handler, which is ok, just maybe need some directions and would it be possible to do without forcing facets to behave like they usually do?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Marko B’s picture

I am aiming to something like yelp

http://www.yelp.com/search?find_desc=bars&find_loc=Woodland+Hills%2C+CA&...

when you click and narrow down, you still get to have other to choose from.

vintorg’s picture

Marko, I need the exact same thing right now for a paid client. Any luck figuring this out?

vintorg’s picture

Marko, I found the solution: https://drupal.org/node/1658964

Marko B’s picture

Thanx. I seems this can even be achieved with using OR operator and setting minimal facet count to zero. Which is cool. Don't know why I was afraid to try this before. I just didn't understand from description it will do that.

Marko B’s picture

I am providing a patch that will give a little bit better description in admin page for zero count facet.

Marko B’s picture

Component: Code » Documentation
Status: Active » Patch (to be ported)
vintorg’s picture

Marko, are you using Solr?

Marko B’s picture

yes solr, not regular db search.

vintorg’s picture

I was using the database server. I don't think it handles ORs.