diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-11-17 10:02:15 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-17 18:14:22 +0100 |
commit | 10d3af84b833ab2f2d1095efa3a7ba240ffb32fc (patch) | |
tree | 808161417c6e17d0e16afbb5d2a6ea6a4ad0ae9d /searx/search | |
parent | 4b57bc3db19b373d28b55db00d728a0c610ba9af (diff) | |
download | searxng-10d3af84b833ab2f2d1095efa3a7ba240ffb32fc.tar.gz searxng-10d3af84b833ab2f2d1095efa3a7ba240ffb32fc.zip |
[fix] engine: duckduckgo - don't quote query string
The query string send to DDG must not be qouted.
The query string was URL-qouted in #4011, but the URL-qouted query string result
in unexpected *URL decoded* and other garbish results as reported in #4019
and #4020. To test compare the results of a query like::
!ddg Häuser und Straßen :de
!ddg Häuser und Straßen :all
!ddg 房屋和街道 :all
!ddg 房屋和街道 :zh
Closed:
- [#4019] https://github.com/searxng/searxng/issues/4019
- [#4020] https://github.com/searxng/searxng/issues/4020
Related:
- [#4011] https://github.com/searxng/searxng/pull/4011
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/search')
0 files changed, 0 insertions, 0 deletions