Click or drag to resize
SearchSettingsSEARCHABLE Field
Name of flag indicating whether field is searchable in context of local indexes.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public const string SEARCHABLE = "Searchable"

Field Value

Type: String
Remarks
In local indexes a searchable field has a dedicated index field with its original value stored so that the value can be retrieved upon search.
See Also