Epinova / Epinova.Elasticsearch

A search-plugin for Episerver CMS and Commerce
MIT License
29 stars 20 forks source link

Attachment indexing: Size comparison gives false positive #76

Closed viljasenville closed 4 years ago

viljasenville commented 5 years ago

I noticed that some attachment content is not getting indexed at all. After debugging the issue, I found that BlobIsTooLarge() in ContentExtensions is returning true if the file size is smaller than the configured max size for documents.

viljasenville commented 4 years ago

Fixed in #100