Expand description
Fuzzy string matching for typo-tolerant search
This module provides fuzzy matching capabilities using the Levenshtein distance algorithm. It allows finding text that is similar but not exactly matching, which is useful for handling typos, spelling variations, and approximate searches.
Functionsยง
- best_
fuzzy_ match - Calculate the best fuzzy match score for a query across multiple text fields
- fuzzy_
match - Perform fuzzy matching between a query and text
- fuzzy_
search_ in_ text - Search for fuzzy matches within a text body