I don't know if I explained my question properly, I mean on the front end. but it seems possible since your own search function doesn't display the categories like "FAQBookPro.Section" either.
So it seems like the type name is generated by the finder plugins you provide. I've played around with the PHP and changed the type name and taxonomy fields like so
protected $type_title = 'Help Topic';
and
// Add the type taxonomy data.
$item->addTaxonomy('Type', 'Help Topic');
and this solved my issues. It'd be nice if there was a way to change this naming so that it was update proof so I don't need to redo this modification each time I update my faqbook
Yeah your smart search product is nice, but it doesn't display easysocial results nicely which is my core component, so I'm using their smart search implementation rather than the joomla one.