Skip to main content

Module fuzzy

Module fuzzy 

Source
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