mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-01 13:16:11 +01:00
Daniel Siepmann
20513400de
We use the cache clear hook to index pages whenever the cache was cleared. This makes it possible to cover some cases like changing content on a page. But also if an integrator configures to clear additional pages. This is limited as we can not handle cache tags at the moment. Resolves: #131
604 B
604 B
Feature 131 "Pages do not get indexed if content has changed"
Previously we only used DataHandler hooks triggered when processing records. This way we did not index a page when content has changed.
We now also use cache clear hooks of DataHandler to index pages whenever their cache get cleared. This way we also index a page if an integrator configured to clear further pages if content was changed.
Still there are limitations. We do not get informed for pages which got cleared due to attached caches via TypoScript.
See 131
.