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: Dont stop loop on empty array #174

Open whmyr opened 5 years ago

whmyr commented 5 years ago

If the fetched record batch gets emptied because of the rootline filter the loop gets interrupted and lasting records may get skipped from further processing

DanielSiepmann commented 5 years ago

We probably should add tests covering this situation.

DanielSiepmann commented 5 years ago

Please rebase with latest develop, in order to include working travis configuration.

whmyr commented 5 years ago

Please rebase with latest develop, in order to include working travis configuration.

Done :)