I have a string value which is a unix path that has slash, i can set it in db, but cannot query it.
I have set Field(index=True, full_text_search=True).
Afaik, in sql, we can use the keyword LIKE or % escape to query it, how to do it with redis om in FindQuery?