Skip to content

Update search spec with improved ranking factors#64

Merged
wham merged 4 commits intomainfrom
copilot/update-search-specification
Feb 4, 2026
Merged

Update search spec with improved ranking factors#64
wham merged 4 commits intomainfrom
copilot/update-search-specification

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

  • Update search spec with improved ranking factors
  • Implement search ranking improvements in main.go:
    • Update title weight from 3.0 to 5.0 in bm25() function
    • Add open state boost (1.5x) multiplier: CASE WHEN state = 'open' THEN 1.5 ELSE 1.0 END
    • Add recency decay multiplier using julianday calculations
    • Update comment to reflect new weights
  • Build and test the changes (go vet passed, build successful, no codeql alerts)

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 4, 2026 23:24
Co-authored-by: wham <448809+wham@users.noreply.github.com>
Co-authored-by: wham <448809+wham@users.noreply.github.com>
Copilot AI changed the title [WIP] Update search ranking specifications for improvements Update search spec with improved ranking factors Feb 4, 2026
Copilot AI requested a review from wham February 4, 2026 23:26
Co-authored-by: wham <448809+wham@users.noreply.github.com>
@wham wham marked this pull request as ready for review February 4, 2026 23:53
@wham wham added the minor label Feb 4, 2026
@wham wham merged commit dd4d9b0 into main Feb 4, 2026
5 checks passed
@wham wham deleted the copilot/update-search-specification branch February 4, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants