IsFullTextIndexed

Checks if the Indexer has full-text indexed the content item.

Type and Usage

Output

  • Returns TRUE if the content item has been full-text indexed.

  • Returns FALSE if the content item has not been full-text indexed.

Example

Provides a specified URL if the content item is full-text indexed:

<$if IsFullTextIndexed$>
    <a href="<$redirect$>">
<$endif$>