The regular expression to index words in pages
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("indexingTextRegExp", DefaultValue = "[\p{N}\p{L}]{1}[\p{N}\p{L}-\._]*[\p{N}\p{L}]{1}", IsRequired = false)] [StringValidatorAttribute(InvalidCharacters = "", MinLength = , MaxLength = )] [ManagerTabAttribute(ManagerTab.Advanced)] public string IndexingTextRegExp { get; set; } |