Skip to content

feat(search): add backtracking fuzzy search to plugin-search#149

Open
aidenlax666-source wants to merge 1 commit into
floatboatai:mainfrom
aidenlax666-source:feat/search-fuzzy-match
Open

feat(search): add backtracking fuzzy search to plugin-search#149
aidenlax666-source wants to merge 1 commit into
floatboatai:mainfrom
aidenlax666-source:feat/search-fuzzy-match

Conversation

@aidenlax666-source

Copy link
Copy Markdown

Summary

Why

Nexus roadmap P2 called for a fuzzy matcher with backtracking rather than literal-only search. This keeps Markdown as the source of truth while letting power users jump to subsequence matches (e.g. fcfunc) inside the existing CodeMirror search UI.

Test plan

  • pnpm test packages/plugin-search (45 tests)
  • pnpm test (531 tests)
  • pnpm --filter @floatboat/nexus-plugin-search build

Implement DP-based subsequence matching with score-ranked deduplication,
search panel toggle, and navigation helpers so users can find non-literal
matches without leaving the existing CodeMirror search UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

3 participants