redis-om-python icon indicating copy to clipboard operation
redis-om-python copied to clipboard

find query cannot search for string that contains forward slash "/"

Open mrkprdo opened this issue 3 years ago • 0 comments

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?

mrkprdo avatar Jul 19 '22 03:07 mrkprdo