Does this library have an option to match search strings approximately, instead of exactly?
If I misspell "Coldfusion" as "Cldfusion" on this demo page, it doesn't show any search results, so it seems that it doesn't do this by default.
If this feature isn't already included, it could easily be implemented using the Levenshtein distance of the search string.
Does this library have an option to match search strings approximately, instead of exactly?
If I misspell "Coldfusion" as "Cldfusion" on this demo page, it doesn't show any search results, so it seems that it doesn't do this by default.
If this feature isn't already included, it could easily be implemented using the Levenshtein distance of the search string.