Skip to content

feat(search): add categorized search results presentation (#132) - #155

Merged
Dyu20705 merged 1 commit into
devfrom
issue/132-categorized-search
Aug 30, 2026
Merged

feat(search): add categorized search results presentation (#132)#155
Dyu20705 merged 1 commit into
devfrom
issue/132-categorized-search

Conversation

@Dyu20705

Copy link
Copy Markdown
Owner

Issue relationships

Parent issue: #128
Depends on: #131 (PR #154 merged)
Completes: Epic #128

Problem and scope

Implements Issue #132: Categorized Search Results.

  • Enhances note list board presentation with contextual categorization during search queries:
    • TITLE MATCHES (notes whose title matches search query)
    • TAG MATCHES (notes matching via tag queries or # prefix)
    • JAPANESE STUDY (notes matching Japanese study templates/vocab/kanji/grammar)
    • CONTENT MATCHES (notes matching body content)
  • Preserves canonical searchClient ownership, worker scoring, and inverted index pipelines.
  • Preserves standard PINNED and NOTES sections when search query is cleared.
  • Preserves 2D keyboard navigation, active selection, and performance budgets.

Verification evidence

npm run test:content     -> PASS (3/3 passed)
npm run lint             -> PASS (0 errors, 0 warnings)
npm run test:unit        -> PASS (290/290 passed)
npm run test:integration -> PASS (107/107 passed)
npm run test:perf        -> PASS (4/4 passed)
git diff --check         -> PASS (clean)

Copilot AI lite review requested due to automatic review settings August 30, 2026 10:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Dyu20705
Dyu20705 merged commit 8edcd23 into dev Aug 30, 2026
1 check failed
@Dyu20705
Dyu20705 deleted the issue/132-categorized-search branch August 31, 2026 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants