Property Normalization
Normalization
Gets or sets the text normalization options applied before searching. Controls whitespace collapsing, diacritics removal, punctuation/symbol stripping, and custom character filtering.
public LayoutSearchOptions Normalization { get; set; }
Property Value
- LayoutSearchOptions
Default: a new LayoutSearchOptions instance with NormalizeWhitespace and IgnoreDiacritics enabled.