Search not working as expected for numbers in commit message.
Open
Nobody has claimed this yet.
bug
good first issue
- Dominant language
- C++
- Stars
- 2.3k
- Forks
- 171
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 10
Description
The search (top right) isn't working as expected.
E.g. For a commit message like:
[JD] 1234567 - Changes to something
If I search for [jd] it finds the commit, but if I search for 1234567 it doesn't find it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the problem through the top-right search using the commit message example, checking both [jd] and 1234567. Trace the search handling for commit-message terms and consider the issue complete when the numeric term finds the same commit as the text term, with regression coverage if the existing search tests provide a suitable place.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, git
- Domain
- desktop, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100