ext-solr
ext-solr copied to clipboard
[RecordMonitor] Monitor changes through Extbase repositories
When records are updated through Extbase they are not detected by the record monitor as these changes do not go through TCEmain.
Use signals in Extbase repositories to detect these changes.
I need this in my current project, so I will shortly implement and share this. Did you already have a detailed idea?
nope, patches welcome!
Feel free to generalize my solution: https://gist.github.com/hhoechtl/cd57e7b68e8fe6642165
Cool, thx, this is a good start.
Linking Marc Bastian's WIP patch: https://github.com/Mabahe/ext-solr/commit/0c3d6db8fcec0410666f1c70ecca997096543ac2
I see a reference above your comment.
Saw that too after I added the link :)
Former patch versions could be found here: Based on ext-solr 8.1.x (TYPO3 8.7), tested and used in production: https://github.com/Mabahe/ext-solr/commit/846af31f577dc676b7e0f18a9a56e621744c63f8 Based on ext-solr 10.0.x, rebased by @dkd-kaehm, but not tested by me: https://github.com/Mabahe/ext-solr/commit/aba1560f6b720a282bf2e6cf63b892416d27b21c
Current patch version: Based on ext-solr 11.1.x, (TYPO3 10.4), tested and running in production: https://github.com/Mabahe/ext-solr/commit/b40d10fe7f3dee3458fec018525d7c5f6536f271
Patch for 11.5.x will follow