codappix / search_core

TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
https://search-core.readthedocs.io/en/latest/
12 stars 9 forks source link

BUGFIX: Reset array_keys for pages field media #103

Closed whmyr closed 6 years ago

whmyr commented 6 years ago

Due to filtering some keys might be missing, so we will have:

0 => '',
2 => '',

This will lead to elasticsearch exceptions during bulk processing. Therefore we reset keys to prevent this issue.