Improving Search with the Levenshtein Algorithm
· 5 min read
Recently, I improved the search functionality of my Node.js/Express app by using the Levenshtein algorithm. Here’s how I did it.
Personal thoughts, random ideas, and off-topic explorations beyond development and tech.
View All TagsRecently, I improved the search functionality of my Node.js/Express app by using the Levenshtein algorithm. Here’s how I did it.