Module fuzzy_match

Source
Expand description

This module provides the fuzzy matching utility used to make suggestions when encountering unknown values in entities, functions, etc.

Functionsยง

fuzzy_search
Fuzzy string matching using the Levenshtein distance algorithm
fuzzy_search_limited
Fuzzy string matching using the Levenshtein distance algorithm, with an option to limit matching up to some distance.