We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So far I'm loving this plugin! I added a new "search engine" to find Unicode values called &what;
When I select the text "right arrow" and search with my newly configured search engine, it converts "right arrow" to "right+arrow":
https://www.amp-what.com/unicode/search/right+arrow
but the search engine takes "right+arrow" as the literal string to search for, which gives "No results, try again".
If I could instead make the space be converted to %20: https://www.amp-what.com/unicode/search/right%20arrow
%20
https://www.amp-what.com/unicode/search/right%20arrow
then I would get results.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So far I'm loving this plugin! I added a new "search engine" to find Unicode values called &what;
When I select the text "right arrow" and search with my newly configured search engine, it converts "right arrow" to "right+arrow":
https://www.amp-what.com/unicode/search/right+arrow
but the search engine takes "right+arrow" as the literal string to search for, which gives "No results, try again".
If I could instead make the space be converted to
%20
:https://www.amp-what.com/unicode/search/right%20arrow
then I would get results.
The text was updated successfully, but these errors were encountered: