When performing a search via a SQL Server query, it is very common to seek a partial match, which would like "%" + SearchKeyword + "%".
The % of course is a wild card, but there are more:
Searching by a string with these characters would fail, as they need to be escaped. That's what this component does.