ConsiderTranspositions

FuzzySearchOptions.ConsiderTranspositions property

Gets or sets a value indicating whether the fuzzy search algorithm must consider transposition of two adjacent characters as a single mistake. The default value is true.

public bool ConsiderTranspositions { get; set; }

Property Value

true if the fuzzy search algorithm considers transpositions; otherwise false.

See Also