docs: refresh key-free web search ordering

This commit is contained in:
Peter Steinberger
2026-04-04 09:25:20 +01:00
parent 54cfd746de
commit a192f345d4
2 changed files with 6 additions and 5 deletions

View File

@@ -85,8 +85,9 @@ parameters override config values per-query.
under heavy or automated use
- **HTML parsing** — results depend on page structure, which can change without
notice
- **Auto-detection order** — DuckDuckGo is checked last (order 100) in
auto-detection, so any API-backed provider with a key takes priority
- **Auto-detection order** — DuckDuckGo is the first key-free fallback
(order 100) in auto-detection. API-backed providers with configured keys run
first, then Ollama Web Search (order 110), then SearXNG (order 200)
- **SafeSearch defaults to moderate** when not configured
<Tip>

View File

@@ -114,9 +114,9 @@ key wins first).
- **No API key** -- works with any SearXNG instance out of the box
- **Base URL validation** -- `baseUrl` must be a valid `http://` or `https://`
URL; public hosts must use `https://`
- **Auto-detection order** -- SearXNG is checked last (order 200) in auto-detection,
so any API-backed provider with a key takes priority over SearXNG, and SearXNG sits
behind DuckDuckGo (order 100) as well
- **Auto-detection order** -- SearXNG is checked last (order 200) in
auto-detection. API-backed providers with configured keys run first, then
DuckDuckGo (order 100), then Ollama Web Search (order 110)
- **Self-hosted** -- you control the instance, queries, and upstream search engines
- **Categories** default to `general` when not configured