Skip to content

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

Closed
@mrkprdo

Description

@mrkprdo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions