search_core/Classes
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
..
Command FEATURE: Provide command to delete whole index 2017-11-10 13:22:15 +01:00
Configuration TASK: Move configuration logic into own class 2017-10-29 13:44:17 +01:00
Connection FEATURE: Provide command to delete whole index 2017-11-10 13:22:15 +01:00
Controller TASK: Allow integrators to use GET with minimal overhead 2017-10-26 10:05:32 +02:00
Database/Doctrine TASK: Finish TYPO3 CMS 8 update 2017-07-07 16:16:49 +02:00
DataProcessing BUGFIX: Also remove fields containing "null" 2017-11-08 20:36:04 +01:00
Domain BUGFIX: Allow indexing of new records with their relations 2018-02-22 22:14:44 +01:00
Hook BUGFIX: Allow indexing of new records with their relations 2018-02-22 22:14:44 +01:00
Integration/Form/Finisher BUGFIX: Allow indexing of new records with their relations 2018-02-22 22:14:44 +01:00
Utility BUGFIX: Make BackendUtility usable in frontend 2018-01-29 22:49:29 +01:00