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 think this is because the query is getting treated as a regular expression.
That does seem to be the issue. See here.
It should be possible (although maybe not easy) to escape the query so that it becomes a valid regex that matches the user input.
Just go to http://skedgeur.com/?q=\ to see. I think this is because the query is getting treated as a regular expression.
The text was updated successfully, but these errors were encountered: