I've got a database of two types, products and blog entries. Right now we are using Swiftype to search the full database and return all the results merged together as a single result set.
I'd like to separate products, so that I can highlight them at the top of the page, with images, and then have the blog entries listed under them, in a separate part of the page, as text results only. How would I do this?