Match PR/issue number when filtering the sidebar by search#279
Merged
mariusvniekerk merged 2 commits intomainfrom May 8, 2026
Merged
Match PR/issue number when filtering the sidebar by search#279mariusvniekerk merged 2 commits intomainfrom
mariusvniekerk merged 2 commits intomainfrom
Conversation
roborev: Combined Review (
|
The number-aware sidebar search was only exercised at the DB query layer, leaving the HTTP search parameter, SQLite query, and frontend-facing list shape uncovered as a unit. Add full-stack tests that seed PRs and issues with non-numeric titles and call /pulls and /issues with numeric and "#number" search terms so a regression in any of those layers fails CI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
roborev: Combined Review (
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
278or#278finds Filtering in the PR/Sidebar by issue number does not work #278.'#' || number || ' ' || titleplus the author column for both pulls and issues.Closes #278
🤖 Generated with Claude Code