ScoopInstaller / scoopinstaller.github.io

ScoopInstaller homepage and search engine
https://scoop.sh
MIT License
81 stars 18 forks source link

Bug: No results found when clicking on a non-official bucket for the first time #55

Closed StarsbySea closed 1 year ago

StarsbySea commented 1 year ago

Description of the issue

When a user visits https://scoop.sh/#/buckets for the first time and clicks on a non-official bucket, they are redirected to the search page with "No result found" message. The expected behavior should be to display the manifests within the selected non-official bucket.

Steps to reproduce

  1. Visit https://scoop.sh/#/buckets for the first time.
  2. Click on a non-official bucket.
  3. Observe that the search page displays "No result found".

Possible cause

Upon observation, it seems that the website automatically applies the "Official buckets only" filter. However, I believe this is not the correct behavior. If a user chooses a non-official bucket, they should be able to view the manifests within that bucket.

Screenshots/GIFs

video.webm

Additional context

Please consider updating the filter behavior to allow users to view manifests within the selected non-official buckets. This would improve the user experience and make it easier to navigate the website.

Thank you for your attention to this issue.

gpailler commented 1 year ago

Thanks for the extended description. I will take a look to fix it