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

Fatal error when ending queries with \ #15

Open
joeljk13 opened this issue Apr 12, 2015 · 1 comment
Open

Fatal error when ending queries with \ #15

joeljk13 opened this issue Apr 12, 2015 · 1 comment

Comments

@joeljk13
Copy link
Member

Just go to http://skedgeur.com/?q=\ to see. I think this is because the query is getting treated as a regular expression.

@AstralSorcerer
Copy link
Member

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.

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

No branches or pull requests

2 participants