ext-solr icon indicating copy to clipboard operation
ext-solr copied to clipboard

[RecordMonitor] Monitor changes through Extbase repositories

Open irnnr opened this issue 10 years ago • 8 comments

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.

irnnr avatar Nov 13 '15 18:11 irnnr

I need this in my current project, so I will shortly implement and share this. Did you already have a detailed idea?

Mabahe avatar Nov 13 '15 21:11 Mabahe

nope, patches welcome!

irnnr avatar Nov 16 '15 19:11 irnnr

Feel free to generalize my solution: https://gist.github.com/hhoechtl/cd57e7b68e8fe6642165

htuscher avatar Nov 17 '15 16:11 htuscher

Cool, thx, this is a good start.

Mabahe avatar Nov 17 '15 16:11 Mabahe

Linking Marc Bastian's WIP patch: https://github.com/Mabahe/ext-solr/commit/0c3d6db8fcec0410666f1c70ecca997096543ac2

irnnr avatar Dec 01 '15 19:12 irnnr

I see a reference above your comment.

Mabahe avatar Dec 02 '15 08:12 Mabahe

Saw that too after I added the link :)

irnnr avatar Dec 02 '15 15:12 irnnr

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

Mabahe avatar Jan 19 '22 16:01 Mabahe