berzniz / berzniz/github_pr_tree

Fuzzy text search matching

Open
#217 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
696
Forks
79
PR merge metrics
No merged PRs in 30d

Description

For the following example structure, I can search:
- `MainGui` // 3 results

It would be nice if we could do fuzzy matching, like:
- `mgc` // shows MainGuiController

As an aside (maybe this should be a separte ticket): text filtering is only on filenames. It would be nice to filter on modules/packages. The following search gives 0 results:
- `src` // 0 results

image

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by locating the existing filename text-filtering implementation and trace how the tree search produces results; done means matching abbreviations such as `mgc` to `MainGuiController`, with the separate module/package filtering request clarified or split into another issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
frontend, search
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.