Hi!
I am having some trouble figuring out how to search for media with Epi Find. I have a typed search for pages, which is working fine. I have also managed to index blocks and media, and I get page hits when I search for blocks.
What I want, is to be able to search for files that are published in a page or block, and present the files as search hits, on the same level as page hits.
Is this possible?
I have an item in the find index which is of type GenericMedia (which inherits MediaData), but when I try to search for it, I get no results:
var mediaResult = findClient.Search<GenericMedia>().GetContentResult();