8.7 Highlighter Variables

The following table lists all available highlighter variables that can be used in addition to the global template variables to extend the functionality of the default highlighter template or to create a new template from scratch.

For more information about how to implement variables in a template, see Section 9.0, Customizing Your Templates and Search Forms.

Table 8-5 Highlighter Variables

Name

Description

$$BeginMetaDataLoop

Begins a loop used for formatting the META tags associated with the currently highlighted file. For example, if three META tags were found, this loop could produce three rows in a table, placing the data from one META tag in each of the three rows.

See also $$MetaName and $$MetaValue.

$$BeginWordsLoop

Begins a loop that outputs the search terms used to find the current document. Each search term is produced using the colors specified in QuickFinder Server Manager.

See also $$Word.

$$EndMetaDataLoop

Ends the $$BeginMetaDataLoop section.

$$EndWordsLoop

Ends the $$BeginWordsLoop section.

$$MetaName

Name of the META data tag, such as Title or Description.

$$MetaValue

Lists the values of each of the META data tags found in a file.

$$Word

Lists all of the words to be highlighted. The words are produced using the colors specified in QuickFinder Server Manager.

See the HighlighterTemplate.html file for an example.