HTML and Logic customization

Release 1.3 - ...

FS implements the Smartsite iXperion 1.3 Smartlet sublassing model, making it very easy to override specific pieces of logic with your own. In order to be able to do so, you will first have to understand the structure of the Smartlets.

Smartlets

  • sml_FacetedSearch()
    Main Faceted Search Smartlet. Displays search form, query information, paging logic and results
  • sml_FacetedSearch_Facet()
    Smartlet for Facet display. Each facet is described in the QueryXml attached to it
  • sml_FacetedSearch_Filters()
    Smartlet that displays the list of active filters, selected using one or more facets.
  • sml_FacetedSearch_Persist()
    Smartlet responsible for personalized Query storage

Subclassable translations

A number of translations used internally by Faceted Search can be subclassed.