searxng/searx
useralias 4fa7de8033
[refactor] duckduckgo engine: improve request logic and code structure (#4837)
Changes:
- Add trailing slash to base URL to prevent potential redirects
- Remove advanced search syntax filtering (no longer guarantees a CAPTCHA)
- Correct pagination offset calculation: Page 2 now starts at offset 10,
  subsequent pages use 10 + (n-2)*15 formula instead of the previous
  broken 20 + (n-2)*50 calculation that caused CAPTCHAs
- Restructure request parameter building to better match a real request
- "kt" cookie is no longer an empty string if the language/region is "all"
- Group related parameter assignments together
- Add header logging to debugging output

Related:

- https://github.com/searxng/searxng/issues/4824
2025-05-23 13:01:10 +02:00
..
answerers [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
botdetection [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
data [mod] searx.data: lazy load of the data objects (databases) (#4834) 2025-05-22 16:23:30 +02:00
enginelib [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
engines [refactor] duckduckgo engine: improve request logic and code structure (#4837) 2025-05-23 13:01:10 +02:00
favicons [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
infopage
metrics
network [mod] upgrade to httpx 0.28.1 (#4674) 2025-05-20 18:18:07 +02:00
plugins [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
result_types [fix] Result type: remove rstrip "/" form url normalization 2025-04-17 10:24:05 +02:00
search [fix] issues when launching a local development server 2025-04-22 14:26:11 +02:00
static/themes/simple [build] /static 2025-05-22 15:16:54 +02:00
templates/simple [refactor] search.js: use custom auto completion implementation 2025-05-22 15:16:54 +02:00
translations [l10n] update translations from Weblate (#4788) 2025-05-16 09:40:45 +02:00
__init__.py [fix] issues when launching a local development server 2025-04-22 14:26:11 +02:00
autocomplete.py [feat] engines: add Naver engine (#4573) 2025-05-21 18:25:02 +02:00
babel_extract.py
cache.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
compat.py
exceptions.py
extended_types.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
external_bang.py
external_urls.py
flaskfix.py
limiter.py [mod] botdetection: HTTP Fetch Metadata Request Headers 2025-05-04 02:07:26 +02:00
limiter.toml
locales.py
openmetrics.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
preferences.py [refactor] migrate plugins from "module" to class SXNGPlugin 2025-03-29 10:16:43 +01:00
query.py [mod] internal ! and external !! bangs: ignore upper/lower case 2025-04-24 10:40:18 +02:00
redisdb.py
redislib.py
results.py [refactor] typification of SearXNG (MainResult) / result items (part 2) 2025-03-15 10:36:33 +01:00
searxng.msg
settings.yml [feat] engines: add Naver engine (#4573) 2025-05-21 18:25:02 +02:00
settings_defaults.py [enh] tidy: clean old morty, filtron, searx references 2025-05-13 10:37:02 +02:00
settings_loader.py
sqlitedb.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
sxng_locales.py [data] update searx.data - make data.traits (mullvad leta) 2025-04-23 14:06:32 +02:00
unixthreadname.py
utils.py [feat] engines: add Naver engine (#4573) 2025-05-21 18:25:02 +02:00
version.py [mod] rework container deployment (#4764) 2025-05-11 18:12:51 +02:00
webadapter.py
webapp.py [enh] tidy: clean old morty, filtron, searx references 2025-05-13 10:37:02 +02:00
webutils.py [fix] issues when launching a local development server 2025-04-22 14:26:11 +02:00