ManageHTML is used to configure the management mode of the HTML format in a full-text index. You can:
- Find out whether the text of the items found in a full-text index can contain HTML or not. The full-text index was defined in the data model editor through programming.
- Define whether the text of the items found in a full-text index can contain HTML or not. The full-text index has been programmatically defined.
Syntax
Finding out the management mode of the HTML format Hide the details
<Management mode> = <Data file>.<Full-text index>.ManageHTML
<Management mode>: Boolean
- True if the text can contain HTML,
- False otherwise. If the text can contain HTML, the HTML tags will not be indexed.
<Data file>: Character string
Name of the data file used. This name was defined in the data model editor or with the File Description type.
<Full-text index>: Character string
Name of full-text index used. This name was defined in the data model editor or with the FullTextIndex Description type.
Defining the management mode of the HTML format Hide the details
<Full-text index>.ManageHTML = <New mode>
<Full-text index>: Character string
Name of full-text index used. This name was defined by the FullTextIndex Description type.
<New mode>: Boolean
- True if the text can contain HTML,
- False otherwise. If the text can contain HTML, the HTML tags will not be indexed.