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.