I've made a a custom result source based on "Local SharePoint Results", where I use this "Query Transform"
{?(({searchTerms}) ContentClass=urn:content-class:SPSPeople)}
{?OR (({searchTerms}) spcontenttype:contact)}
My search results work, I get both spspeople and contacts. What I cant figure out is why the spspeople object is presented in the search result as a website. While debugging I noticed that it's indeed a spspeople content class returned.
I want it presented as a "normal" people object with picture and so on.