Breaking: #69227 - Strings for like are not properly escaped
See forge#69227
Description
The following constants have been removed:
\TYPO3\
CMS\ Indexed Search\ Controller\ Search Form Controller:: WILDCARD_ LEFT \TYPO3\
CMS\ Indexed Search\ Controller\ Search Form Controller:: WILDCARD_ RIGHT \TYPO3\
CMS\ Indexed Search\ Domain\ Repository\ Index Search Repository:: WILDCARD_ LEFT \TYPO3\
CMS\ Indexed Search\ Domain\ Repository\ Index Search Repository:: WILDCARD_ RIGHT
Impact
The mentioned constants don't exist anymore.
Affected Installations
Third party code using the mentioned constants.
Migration
Use the new constants:
\TYPO3\
CMS\ Indexed Search\ Utility\ Like Wildcard:: LEFT \TYPO3\
CMS\ Indexed Search\ Utility\ Like Wildcard:: RIGHT