datalevin

Samuel Ludwig 2026-05-27T13:59:49.396069Z

Does the fulltext search support fuzzy searching at all, or is it mainly supposed to be complete terms? As in, given the three stored values

["Hello"
 "he lost"
 "orange"]
If I search "hel", Could the fulltext-search return "Hello" and "he lost" as candidates? In my brief experimentation I could only get full words to match I think

Huahai 2026-05-27T17:29:46.453589Z

It does not support fuzzy search right now. Please file an GitHub issue if you have time. We could add this feature after 1.0

❤️ 1
Samuel Ludwig 2026-05-27T20:15:20.917859Z

Appreciated, will do!