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: 13.0.131
Syntaxpublic 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