maxFuzzyLevel

fun maxFuzzyLevel(maxFuzzyLevel: Int): FuzzySearchOptions.Builder

The maximum fuzziness level to be used. The default value is 2. The maximum value is 4.

Return

The builder of the FuzzySearchOptions with the provided maxFuzzyLevel.