Merchants can include and exclude search suggestions using the search2.xsd schema.
For example, you can exclude specific "bad words" from the search.
<suggestion-list xml:lang="x-default">
<suggestions>foo bar</suggestions>
<exclusions>bad-word, bad-word</exclusions>
</suggestion-list>