Click or drag to resize

IndexPropertiesAccentSensitive Property

Indicates whether to treat accents as significant when comparing letters.

Namespace:  Law.EdaIntegration.Indexing
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public bool AccentSensitive { get; set; }

Property Value

Type: Boolean
Remarks
For most situations this is not recommended because this option increases the chance of missing the retrieval of a document if an accent was omitted in one letter.
See Also