The Facet API module allows site builders to easily create and manage faceted search interfaces.

learn more… | top users | synonyms

1
vote
0answers
7 views

Retrieve / call facet blocks from non search page

I am trying to load full facet blocks on non search page to put them in cache. What I am doing is looping through items with taxonomy $tid, then $params = array('fq' => 'tid:' . $tid); ...
0
votes
0answers
31 views

How to programmatically add a facet to Facet API based on returned facet values?

I would like to programmatically and conditionally show a facet block, if the returned values match some certain criteria. I have not found any solutions so far. For example, if a facet returns 25 ...