TLDR Ashish asked about querying typo-tolerance percentages and document TTL in Typesense. Kishore Nallan explained that percentage-based matching and TTL features aren't available.
We don't have a way to do percentage based match. This is because the text match score measures several similarity measures like total tokens overlapping with query, weight of field etc.
and is it possible to put ttl on documents. Or any work around how to handle the same without script?
No don't have a TTL feature
Ashish
Mon, 12 Jun 2023 08:30:29 UTCIn typesense is it possible to query based on typo-tolerance percentage score for e.g if string matches >70% then only get the result.