Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Next page button missing for search results #4583

Open
Loosefish opened this issue Apr 16, 2024 · 1 comment
Open

[Bug] Next page button missing for search results #4583

Loosefish opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Loosefish
Copy link

Describe the bug
When searching for some terms there is no "next page" button even though there are multiple pages of results. Looking at the code, this is probably caused by these searches returning < 20 results for whatever reason.

Steps to Reproduce

  1. Search for "linux"
  2. No next page button
  3. Manually append &page=2 to url shows a second page of search results

Logs
No errors in any logs.

Screenshots
Search results page showing 19 videos:
grafik

After changing the url to show page 2:
grafik

Additional context
Tested with Chromium/Firefox on multiple public instances.

@syeopite
Copy link
Member

Related: #1708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants