Wraps all instances of a specific string, within a given string, with an HTML <strong> tag with a class attribute of highlight.
{{ That is 'first product' | highlight: search.terms }}Output
This is the <strong class="highlight">first product</strong>