Skip to content

Fix search hints and exact substring highlights - #2934

Merged
Widthdom merged 2 commits into
mainfrom
fix-issue2813-2820
Jun 2, 2026
Merged

Fix search hints and exact substring highlights#2934
Widthdom merged 2 commits into
mainfrom
fix-issue2813-2820

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add exact-substring recovery hints for punctuation-heavy search queries in CLI and MCP search responses.
  • Expose literal-only highlight metadata for exact-substring compact JSON results.
  • Add unreleased changelog fragments for both fixes.

Validation

  • dotnet build
  • dotnet test
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • codex adversarial review: No blocking/actionable issues found.

Issues

Fixes #2813
Fixes #2820

Follow-up issues

None.

Agent docs

AGENTS.md, CLAUDE.md, and AGENT_GUIDE.md were not modified.

@Widthdom
Widthdom merged commit 44a521a into main Jun 2, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue2813-2820 branch June 2, 2026 10:12
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.

Exact-substring search should expose literal-only highlight terms Suggest exact-substring for punctuation-heavy search queries

1 participant