For the life of me I cannot get any views to show up as options for the display style. Module is enable, Views is enable, even tried the development version, still nothing. Perhaps it's my inability to read the (parse) document on this functionality. Some one please help

Comments

David Lesieur’s picture

If you're using the Drupal 5 version of Faceted Search, make sure to read the README.txt file that's packaged with it rather than the documentation that's linked from http://drupal.org/project/faceted_search (the latter is for Drupal 6, and Views 2 support is implemented differently).

pianomansam’s picture

Status: Active » Closed (fixed)

Thanks for the clarification! It's working now.

pendashteh’s picture

Version: 5.x-1.0-beta4 » 6.x-1.x-dev

it may help someone:

from README.txt

The main requirements for a view to be eligible for use with Faceted Search are:

- Must be a Node view.
- Must use a pager.
- Must be enabled.