QuantumBadger / QuantumBadger/RedReader
Search functionality for comments doesn't work in some cases
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 527
- Avg merge
- 20d 10h
- Merged PRs (30d)
- 3
Description
Sometimes, when I search for a particular text within the comments of a post, the app returns No search results found even if there are comments with that text. These comments can even be top level comments, that are clearly visible when you load the post comments and scroll down.
In one case, I found changing the search text's characters to all lowercase made the search function return the correct results.
Example
In this reddit post:
- Searching for
HavertzreturnsNo search results found.
Refer screenshot 1 below. - But, searching for
havertzreturns the correct results.
Refer screenshot 2 below.
Screenshots
- Screenshot 1
- Screenshot 2
Contributor guide
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
Start by reproducing the issue in the linked Reddit post, comparing searches for “Havertz” and “havertz” in the post comments. Then locate the comment-search entry point and verify that matching is consistent regardless of query capitalization; no file or test is named in the issue, so add or update coverage for this case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100