Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Media search customization

Vote:
 

It appears that when using the search while in the Media Tab, it returns results for the entire Media Library, and it seems to just search for PDF files.

Ultimately it'd be nice to just search on the folder you have high-lighted.

We are setting up a new site in DXC and ultimately would like to find a way to search for media assets JUST for the folder that's highlighted as they're segregating contnet by a simple root folder.   (Probably a better way to do this?)

Is there a way to get the search to just search the highlighted folder?

Is there a way to get search to search through image titles?

#207876
Oct 07, 2019 19:48
Vote:
 

Search in image titles: Are you sure your image files are indexed? If they are indexed, you should be able to search for them by file name.

ContentIndexer.Instance.Conventions
    .ForInstancesOf<MediaData>()
    .ShouldIndex(x => true);
#207878
Oct 07, 2019 21:23
Vote:
 

This is default functionality that Episerver has right now so if you want custom search based on highlighted/selected folder then you can use implement it by using the PowerSlice.

Some examples-

https://world.episerver.com/articles/Items/re-introducing-powerslice-for-episerver-cms/

http://joelabrahamsson.com/slice-your-episerver-content-with-powerslice/

#207889
Oct 08, 2019 6:44
Vote:
 

Thanks for the direction!

#207925
Oct 08, 2019 17:35
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.