Closed rasmuseeg closed 9 years ago
During some testing i found that PDF are not indexed when rebuilding index. I believe it's related to the url being { src:"/media/" } and not /media/
{ src:"/media/" }
/media/
PDFIndexer.cs
168: var fullPath = this.DataService.MapPath((string)filePath);
I guess it's best to get url using the umbraco helper witch already does the parsing from Umbraco.ImageCropper
Umbraco.ImageCropper
During some testing i found that PDF are not indexed when rebuilding index. I believe it's related to the url being
{ src:"/media/" }
and not/media/
PDFIndexer.cs