'Did you mean' quotation specification on DDG doesn't work. #81
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you type something without many results, the DDG proxy will ask if you want to search for the specific term that you looked up. If you click on this button, instead of putting quotation marks around the text, it puts
"
which doesn't do anything but jumble up your search.A solution that can be done in development is to remove the word inside the
""
from thehref
on the server side. I expect lolcat will likely address this in the frontend rewrite they have been mentioning for sometime now.Yeah I fucked up, the duckduckgo scraper wasn't decoding the html entities and the frontend wasn't escaping the string. woops
It's fixed now, thanks for the report