The faceted search module in Drupal creates a set of blocks for each new faceted search environment (current search, guided search, related, etc).
If you were to create a faceted search environment for e.g. books, you could set it up with a base path browse/books
and a start page as browse/books/results
. To display the faceted search blocks, you'd then set the Page Specific Visibility settings for the block as 'Show on only the listed pages' and the actual pages as
browse/books
browse/books/results*
Question: I would like to re-use the 'guided search' block on a different landing page. The landing page should display a list of available search terms (sidebar-left
) and show a view over the rest of the page.
So far, simply adding a different path to the list of 'show on only the listed pages' has no effect.