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
The query is escaped twice, and therefore the resulting backslash is
considered an escape sequence for the string itself, rather than
escaping the dot (.) in the regular expression.
Fixes: dotdc#144
Describe the bug
Likely caused by #137
How to reproduce?
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: