diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 844fe207..7d87fa85 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -80,6 +80,11 @@ datasette-jellyfish `datasette-jellyfish `__ exposes custom SQL functions for a range of common fuzzy string matching functions, including soundex, porter stemming and levenshtein distance. It builds on top of the `Jellyfish Python library `__. +datasette-doublemetaphone +------------------------- + +`datasette-doublemetaphone `__ by Matthew Somerville adds custom SQL functions for applying the Double Metaphone fuzzy "sounds like" algorithm. + datasette-jq ------------