Breaking: #77700 - Extension indexed_search_mysql merged into indexed_search
See forge#77700
Description
The extension indexed_
has been removed and its functionality was merged into
EXT:indexed_
. The My
specific search based on fulltext indexes can
be enabled with a feature flag within the extension configuration of the extension manager.
Impact
If extension indexed_
has been loaded, the feature flag use
within the extension configuration of the ExtensionManager indexed_
has to be
set, otherwise indexed_
falls back to the potentially slower non-fulltext based
default search algorithm.
Affected Installations
Instances with extension indexed_
loaded.
Migration
Full functionality can be kept by enabling the feature toggle use
within
the extension configuration of indexed_
.