Assuming I have this string “Hello World!” indexed in Redis, then I am trying to get the search results by autocomplete methodology in Redis by typing “world”.
FT.SUGGET indexName world FUZZY
The “Hello World!” string is not retrieved. How can I include this string in the result by autocomplete methodology in Redis ?