Customizing Appearance of Backoffice Search?
# help-with-umbraco
j
I know you can customize what gets searched in the Umbraco Backoffice search using IUmbracoTreeSearcherFields, but is there a way to customize the appearance of the search results? It looks like this is entirely controlled by views/components/application/umb-search.html. Are you able to inject an alternate template from a package? Hoping to enable media search and add thumbnails if possible.
m
angular injector/interceptor?
j
Fantastic, Mike, that's exactly the sort of thing I was looking for! Thanks!