IsFailedIndex

Checks if the Indexer has failed to index the content item.

Type and Usage

Output

  • Returns TRUE if the Indexer was unable to index the content item.

  • Returns FALSE if the content item was indexed successfully.

Example

Displays text if the content item was not indexed:

<$if IsFailedIndex $>
    <p><font face="arial" size="2">
    Unable to index content item.</p>
<$endif$>