How to customize result highlighting in Faceted Search

Release 1.3 - ...

Result highlighting in the results pane of the Faceted Search page is managed by a behavior, named HighlightBehavior. This behavior can be found in the ClientData folder of the Faceted Search Smartlet.

There are several ways to override the default result highlighting behavior:

  • Override the style, for the em.searchTerm css selector.
  • Override/replace the behavior script with a different implementation.
  • Change in highlighting behavior attachment in mthe main Smartlet script.

To customize the query parameter hightlight on the item link, you can subclass the ixs_FormatSearchResult() translation.