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 thinkIt does not support fuzzy search right now. Please file an GitHub issue if you have time. We could add this feature after 1.0
Appreciated, will do!