Epinova / Epinova.Elasticsearch

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

Fixing endless loop when indexing contentareas #92

Closed Sigve-Fast closed 5 years ago

Sigve-Fast commented 5 years ago

If there is a reference loop in the ContentAreas it will result in an endless loop when indexing them. Fixing it by sending the already processed content into the method.

Tried to create a test for it also, but I couldn't get it to work. So if that is a requirement I need some help.