'Did you mean' quotation specification on DDG doesn't work. #81

Closed
opened 2025-07-08 14:45:44 +00:00 by graygraygreen · 2 comments

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.

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 the href on the server side. I expect lolcat will likely address this in the frontend rewrite they have been mentioning for sometime now.

A solution that can be done in development is to remove the word inside the `""` from the `href` on the server side. I expect lolcat will likely address this in the frontend rewrite they have been mentioning for sometime now.
Owner

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

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
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lolcat/4get#81
No description provided.