You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: