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?
Comments
Comment #1
avibrazil@gmail.com commentedYes, 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.