Grouping results based on node type
ltsnyper - September 25, 2009 - 14:20
| Project: | Faceted Search |
| Version: | 6.x-1.0-beta2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is it possible to group the search results per node type? Our current faceted search setup has a couple of node types as facets, but when none of those are selected the search results should be grouped by node type. Is this at all possible in the current module?

#1
Yes, it is possible.
I use Views for that. I created a View with output as a table and configured to filter Group by Node Type.
Then I configured my faceted search to use that view as its output.
See the Faceted Search module README file about integration with Views.