Using Fuzzy Search in Typesense Search Algorithm
TLDR Gilbert asked about fuzzy search in typesense. It was clarified by Kishore Nallan that a trie data structure and levenshtein distance are used in the process. Harrison also contributed to the conversation.

Oct 01, 2022 (12 months ago)
Gilbert
04:39 PMOct 02, 2022 (12 months ago)
Kishore Nallan
03:38 AMGilbert
05:12 AMHarrison
02:35 PMOct 04, 2022 (12 months ago)
Kishore Nallan
02:37 AM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Does Typesense Use Levenshtein Distance for Search?
Dingu inquired about Typesense's use of Levenshtein distance. Kishore Nallan clarified Typesense's algorithm, explaining that it uses a trie data structure and calculates Levenshtein distance on-the-fly.
Enabling Fuzzy Search and Infix Search in Typesense
arpit asks about enabling fuzzy search and infix search in Typesense. Jason explains the difference between the two and how to enable them by modifying the search parameter and schema.
Typesense Fuzzy Search & Invalidation Policy
Ashish asked if typesense supports fuzzy search and their invalidation policy. Kishore Nallan provided a link about fuzzy search and clarified there's no TTL feature available.