SearchSettingsSEARCHABLE Field |
Name of flag indicating whether field is searchable in context of local indexes.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public const string SEARCHABLE = "Searchable"
Field Value
Type:
StringRemarks
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