-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Search: Escape sequences #3145
Comments
@dranikpg The problem: This works in redis (but fails in dragonflydb): This works in dragonflydb (but fails in redis): Here is the fix: To fix that and make dragonflydb behave like the redis tokenizer please escape the following regex matches with two backslashes. The matching regex groups need to be ESCAPED like that: References: Many thanks for your efforts. |
@dranikpg I added more detailed test script and syntax examples: #3258 (comment) |
The issue has been moved to another ticket. |
Test escaping and direct qutoes to be on the safe side
The text was updated successfully, but these errors were encountered: