I suppose that this issue comes from after searching the term eaton? Is it true ?
Not sure that is it the solution but ... With ajaxSearch you have 2 highlighting plugins.
- the classical plugin.searchHighlight.tpl
- and the advanced plugin.advSearchHighlight.tpl.
With the classical, you search the terms to highlight between <body> and </body>.
With the advanced, you define tags <!--start highlight--> and <!--end highlight--> to frame a piece of text to highlight. You could define as many pairs of tags you want. So you probably could set:
<body><!--start highlight-->
...
<!--end highlight--></body>
in your template.
And in your snippet code.
<!--end highlight-->
You snippet
<!--start highlight-->
Try it. I haven’t tested it but this shoud work it.