Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test support for dialect 5 in RediSearch exact matching #304

Open
atakavci opened this issue Jun 7, 2024 · 0 comments · May be fixed by #305
Open

test support for dialect 5 in RediSearch exact matching #304

atakavci opened this issue Jun 7, 2024 · 0 comments · May be fixed by #305

Comments

@atakavci
Copy link
Collaborator

atakavci commented Jun 7, 2024

there are enhancements on exact matching queries in RediSearch ,
basically with new dialect 5, most of special characters will be used without escapes in TAG queries;

  • without dialect 5
    Escape_Chars = [,.<>{}[]\"':;!@#$%^&*()-+=~/ ]
  • with dialect 5
    Escape_Chars = $ { } \ | *
@atakavci atakavci linked a pull request Jun 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant