November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Can you try a full re-index?
Does it work in the assets pane in the CMS?
Can you make sure you are not setting conventions to disable MediaData or GenericMedia from being indexed
Something like:
ContentIndexer.Instance.Conventions
.ForInstancesOf<MediaData>()
.ShouldIndex(x => false);
Hi!
No, I actually have this:
ContentIndexer.Instance.Conventions.ForInstancesOf<GenericMedia>().ShouldIndex(x => true);
And the documents are being indexed. I see them in Find -> Overview -> Explore. They are indexed with type "GenercMedia".
I see that they don't show up if I search in assets pane either.
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: