search_core/Classes/Hook
Daniel Siepmann 47b3282034
BUGFIX: Allow indexing of new records with their relations
Relations were inserted by TYPO3's DataHandler after indexing and were
therefore not indexed.

We now use a later hook after DataHandler has finished everything, so we
know that we can index. As it's not relevant, we do not differentiate
between add and update anymore, as both trigger "indexDocument" internal.

Resolves: #112
2018-02-22 22:14:44 +01:00
..
DataHandler.php BUGFIX: Allow indexing of new records with their relations 2018-02-22 22:14:44 +01:00