Go to navigation Go to content Go to footer
Changelog Basic

ke_search 7.0.2


Share

ke_search 7.0.2 has been released and fixes several bugs.

Version 7.0.2, 3 June 2026
[BUGFIX]  Fix unnecessary default value for `pageId` in backend module controller
[BUGFIX]  Replace `NullLogger` with mock `IndexerRunner` in tests
[BUGFIX]  Add "pages" and "recursive" fields to `tt_content` for TYPO3 v14+. github.com/tpwd/ke_search/issues/333
[BUGFIX]  Use proper query builder for tx_kesearch_index in backend module. Thanks to Andreas Kießling. github.com/tpwd/ke_search/issues/329
[BUGFIX]  Fix undefined array key warning for "description" in IndexerBase. Thanks to ingo030. github.com/tpwd/ke_search/pull/334
[BUGFIX]  Allow nullable $typolink input in TypoLinkUtility method. Thanks to Michael Reuber. github.com/tpwd/ke_search/issues/327