Breaking: #69227 - Strings for like are not properly escaped 

See forge#69227

Description 

The following constants have been removed:

  • TYPO3CMSIndexedSearchControllerSearchFormController::WILDCARD_LEFT
  • TYPO3CMSIndexedSearchControllerSearchFormController::WILDCARD_RIGHT
  • TYPO3CMSIndexedSearchDomainRepositoryIndexSearchRepository::WILDCARD_LEFT
  • TYPO3CMSIndexedSearchDomainRepositoryIndexSearchRepository::WILDCARD_RIGHT

Impact 

The mentioned constants don't exist anymore.

Affected Installations 

Third party code using the mentioned constants.

Migration 

Use the new constants:

  • TYPO3CMSIndexedSearchUtilityLikeWildcard::LEFT
  • TYPO3CMSIndexedSearchUtilityLikeWildcard::RIGHT