Deprecation: #73794 - SearchFormController->utf8_to_currentCharset and TSFE->renderCharset
See forge#73794
Description
The public method Search
within indexed search has been marked as
deprecated.
The public property Typo
has been marked as deprecated.
Impact
Calling the method above will result in a deprecation log entry.
Affected Installations
Any installation that extends Indexed Search and uses this method, and any extension that accesses TSFE->render
via TypoScript or PHP directly.
Migration
Remove any calls to the method and the public property.