Breaking: #97530 - Indexed Search option searchSkipExtendToSubpagesChecking removed
See forge#97530
Description
The TypoScript property
search
related to Indexed Search query results has been removed.
Setting the option made Indexed Search bypass the check for validating pages
related to TYPO3's
extend
Core feature. However, since the
extend
functionality has now been optimized via an alternative
to
get
, the option is removed.
Impact
Setting the option
plugin.
has no effect anymore.
All search requests within indexed search will now respect the
extend
flag.
Affected installations
TYPO3 installations using Indexed Search having this option set.
Migration
If you still encounter using indexed search related to
extend
it is
recommended to extend Indexed Search queries with custom hooks to manipulate
the search query.