Grouping by type code on the search page

Hey all,


My search page is set up to search for pages (inherit) and PDF files. On the results page I want the pages to show in one column and the PDFs on the other, so I added a floated div to my group page.



The problem is that when I group by type code it separates out all the different types of pages (asset listing, standard page etc) so instead of having two columns I have 5+.



Can I somehow get it to list all page types together?

[quote]Hey all,


My search page is set up to search for pages (inherit) and PDF files. On the results page I want the pages to show in one column and the PDFs on the other, so I added a floated div to my group page.



The problem is that when I group by type code it separates out all the different types of pages (asset listing, standard page etc) so instead of having two columns I have 5+.



Can I somehow get it to list all page types together?[/quote]



In theory this should be working how you expect, because Page has its own type code of (page), while other assets such as an asset listing have (page_asset_listing). I guess that the search page is just assuming that you want to group by individual inherited page types rather than the parent, page type.