samsa/internal/config
Franz Kafka df67492602 feat: add Stack Overflow search engine
Uses the Stack Exchange API v3 (/search/advanced) to find questions
sorted by relevance. No API key required (300 req/day); optionally
configure via STACKOVERFLOW_KEY env var or [engines.stackoverflow].

Results include score, answer count, view count, and tags in the
snippet. Assigned to the 'it' category, triggered by the IT category
tab or explicit engine selection.

6 tests covering parsing, edge cases, and helpers.
2026-03-22 22:29:34 +00:00
..
config.go feat: add Stack Overflow search engine 2026-03-22 22:29:34 +00:00
config_test.go fix: regexp.DotAll flag in google engine and Metadata field removal 2026-03-22 02:54:12 +00:00