Skip to content

feat(view): add working / filter to the describe view - #68

Open
himanshu987 wants to merge 2 commits into
one2nc:mainfrom
himanshu987:add-detail-view-filter
Open

himanshu987 wants to merge 2 commits into
one2nc:mainfrom
himanshu987:add-detail-view-filter

Conversation

@himanshu987

@himanshu987 himanshu987 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Closes #34

📑 Description

Also fixes two bugs I ran into while testing. First, the highlight markup was using the wrong delimiter syntax (<<<"...">>> instead of tview's actual ["..."]), so matches never actually got highlighted.
Second, fuzzy search highlighting was reading matched-character positions wrong.
Also added tests for the search/filter logic and the highlight rendering, since neither had any coverage before this

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

@himanshu987 himanshu987 changed the title feat(view): add working / filter to the detail/describe view feat(view): add working / filter to the describe view Aug 11, 2026
@himanshu987

himanshu987 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Attached references after fixing
image


Also now fuzzy search works with -f
image

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.

Filter/search functionality

2 participants