RediSearch - Wildcard search on prefix

Hello,

we wanted to use RediSearch for fulltext search but we found out issue with prefix search. It doesn’t find words like:

  • Boerpølse
  • Grillpølse
  • Lammepølse

when we do search with this word pølse .
I found SO question and answer here Redisearch full-text search in redis: finding partial text *text - Stack Overflow and Pieter Cailliau replied in comment that prefix search is in master and prefix wildcard search will be. I would like to ask about it, about state and any plans or where I can track it on github. Or even better if you have suggestions how we can get these words into results.

Thank you very much