Replies: 5 comments 1 reply
-
|
DDGS, now, is a metasearch engine, you have some info about DDGS in this PR: #16694 You can find info of DDGS params in: https://github.com/deedy5/ddgs |
Beta Was this translation helpful? Give feedback.
-
Hi @rgaricano, how can these parameters be specified? It seems "Concurrent Requests" is the only parameter available in settings for DDGS. |
Beta Was this translation helpful? Give feedback.
-
|
yes, you have reason, there isn't query search config for DDGS, sorry I was thinking in searxng. It need some modifications and config params. For reference:
(& in response section)
|
Beta Was this translation helpful? Give feedback.
-
|
This would indeed be great to have! I'm occasionally getting really poor search results. For example, here the queries have nothing in common with the search results:
Looking in the logs, those requests tend to get routed to Bing. Which matches this comment deedy5/ddgs#375 (comment) where the author of the DDGS package blames it on Bing too. If it were possible to control the engines DDGS can pick from, or at least allow us to explicitly remove Bing, that should resolve some of those poor results. |
Beta Was this translation helpful? Give feedback.
-
|
SEARXNG_LANGUAGE added In #19909. It should be similarily implemented I think. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Check Existing Issues
Problem Description
Hello,
Currently, I try to add DDG as a Web search engine, but in my country, it is useless. When I try to create a search query, it parses the first X results. Unfortunately, these results are irrelevant in my country and language, too. (Additionally, I'm afraid these are commercial advertisements..)
Desired Solution you'd like
Since customizing the search query is intended for individual use, I think we can add a simple input text field and use its value after the ?q=< query >.
This option should be user level setting to fulfill the restrictions of the service.
The user should be responsible for this set of parameters. By default, it should be empty.
https://duckduckgo.com/duckduckgo-help-pages/settings/params.
Maybe, we should check the length of it to avoid URL cutting in case of a long query string?
Alternatives Considered
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions