Hey all, big fan of this module but I have a question about changing the results page. I would like to change the results page so that the results appear in a table. How can I go about that?

I read that if I created a view it would appear in the 'Results Page' section but nothing has appeared, can someone tell me the steps required to output the results to a table?

Thanks.

Comments

randomuser’s picture

Status: Active » Closed (fixed)

My bad.

Readme.txt

With the Faceted Search Views module, you may use the Views module to display
and further filter search results.

This system replaces the results page with an embedded view that gets passed the
current search environment as an argument. That argument gets processed by
Faceted Search Views itself through Views' hook_views_query_alter(). You don't
need to configure any particular arguments in your view.

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.

To use a view to display search results, go to Administer > Site configuration >
Faceted search, edit your faceted search environment, then select the desired
view in the "Display style" field of the "Results page" section.


Known limitations:

- Only a view's default display can be used (other displays are ignored).
- The view cannot use exposed filters or arguments.
- The view's "Title" and "Empty text" settings are ignored.
- If the view is set to have an unlimited number of items per page, instead of
  having no limit the system's default limit will be used (per Administer >
  Content management > Post settings > Number of posts on main page).