-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix to Next issue of char escaping #69
fix to Next issue of char escaping #69
Conversation
✅ Deploy Preview for scottylol ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
For some reason doesn't work on netlify deploy preview (except for noob fallback mode) despite working on localhost |
Testing by directly typing url in localhost and netlify doesn't work (http://localhost:3000/search?q=g c++) because characters aren't escaped when you directly type them in, but setting the search engine to http://localhost:3000/search?q= and typing in the search bar works because then the characters are escaped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the changes!
Description
Encodes query (both noob and normal) and default redirect (noob)
Closes #48, #54, #62
Type of change
[x ] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Tested on localhost for both normal and noob mode
g C++
,C++
,h&m