Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard +40 merge_pr award. New to the repo? See the Contributing guide, and Local Development & SSO to run the app locally (cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.

Description

Context

Today search-service fronts SearXNG (web search). Internal community content (wiki, Q&A, articles, bounties) lives in scattered indexes. A unified result page that interleaves results from each surface would massively improve discoverability — this is the *direction* hinted at by the existing Unified-Ask Signal bot command.

Acceptance criteria

  • [ ] /?q=<query>&scope=community returns interleaved results from: irregularpedia.org (Pagefind), qa-form (D1), fieldnotes (D1), bounty issues (GitLab API)
  • [ ] Each result includes source label so users know what they're clicking
  • [ ] Default scope web keeps current SearXNG behavior
  • [ ] All 4 backends hit in parallel via Promise.allSettled so one slow backend doesn't break the page
  • [ ] Cache hot queries in KV for 5 min

Technical hints

  • Pagefind exposes a JSON search API on irregularpedia.org if pagefind build flag is set — otherwise scrape RSS
  • Coordinate with QA Form team — may need a new public endpoint
  • Don't try to merge-rank by relevance score (different scales). Round-robin or grouped layout is fine.

--- *Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook will auto-award your bounty + the standard merge_pr (40 pts) to your scoreboard account. Email on commit must match your Authentik email.*

Relevant files

No relevant files linked yet.

Hints

No hints yet.

Activity

No points have been awarded for this bounty yet.

Comments

No comments yet. Be the first to weigh in.

↑ Top