umbraco / UmbracoExamine.PDF

PDF indexing support in UmbracoExamine
Other
24 stars 19 forks source link

Not rebuilding index when using Umbraco.ImageCropper #5

Closed rasmuseeg closed 9 years ago

rasmuseeg commented 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/

PDFIndexer.cs

   168: var fullPath = this.DataService.MapPath((string)filePath);
rasmuseeg commented 9 years ago

I guess it's best to get url using the umbraco helper witch already does the parsing from Umbraco.ImageCropper