MerginMaps / MerginMaps/mobile
Loading more of the project in the Explore page doesn't respect the filtering
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
When you insert a search string that provides more than 50 project results on the explore page, you can load more projects. But the next project batch doesn't respect the search when you do it. In the batch, there are projects that don't contain a searched string.
Scenario
- go to the explore page
- Set "input" as search string
- Scroll down the list so new projects are loaded. In the new batch of projects, there are projects, which doesn't contain the "input" string
https://github.com/MerginMaps/mobile/assets/83582181/787de94b-951c-4056-afeb-fd16e3872d13
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 at the Explore page's search and load-more behavior, then reproduce the reported scenario with "input" and more than 50 results. Trace how the next project batch is requested and filtered; done means every loaded batch contains only projects matching the search string.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- mobile, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100