chocolatey / chocolatey/ChocolateyGUI
Searching while on page x opens page x instead of page 1 of results
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 272
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 1
Description
If you perform a search, then navigate to another page, then do another search, it will load the results page for the new search that you were on before the search. For example, if you search for "browser" and go to page 2, then search for "firefox," you'll get page 2 of the results for the firefox search. If there are no results on page x (2 in this example), it will then automatically load page 1. It should always start you off with the first page.
This was actually reported in #104 but I felt it was appropriate to open a new issue since that one was closed despite the issue still being present and there hasn't been a response to my comment regarding that in over a year and a half.
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
Reproduce the search sequence in the GUI: search for one term, move to page 2, then search for another term. Trace where the current page is retained between searches; done means every new search opens page 1 of its results, including when later pages have no results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100