Share via


FuzzySearchOptions.MaxFuzzyLevel Property

Definition

Maximum fuzziness level to be used. Default: 2, minimum: 1 and maximum: 4 The search engine will start looking for a match on the level defined by minFuzzyLevel, and will stop searching at the level specified by maxFuzzyLevel.

public int? MaxFuzzyLevel { get; set; }
member this.MaxFuzzyLevel : Nullable<int> with get, set
Public Property MaxFuzzyLevel As Nullable(Of Integer)

Property Value

Applies to