search_core/Documentation/source/changelog/20180408-131-respect-page-cache-clear.rst
Daniel Siepmann 20513400de
FEATURE: Index page if cache was cleared
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
2018-03-13 21:52:50 +01:00

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.