-
v1.1.3 Stable
released this
2025-12-05 05:11:53 +01:00 | 525 commits to main since this releaseWhat's Changed
- refactor(bildungsauftrag): replace SearXNG with SerpAPI for web search (
8f3a4bb)
Replace SearXNG-based search with SerpAPI integration. Add serpapi-search-rust dependency. Move search API key from bildungsauftrag.searxng_url config to global services.serpapi_api_key. Update SearchCommandConfig to remove searxng_url field. Replace search() method to use SerpAPI with Google engine (location=Germany, google.de domain, German language). Update SearchResult struct (title/link/snippet fields). Update content fetching to use result
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- refactor(bildungsauftrag): replace SearXNG with SerpAPI for web search (