The search results are incomplete
Closed this issue · 1 comments
Describe the bug
The search results are incomplete,only 20 results are displayed for each search result.
For example, I have 3000 videos, and there are a total of 150 videos with "keyword" in the video name.
But after searching for "keyword", only 20 videos are displayed.
Or am I using the search method incorrectly?
Application version
1.2 (4)
Where did you install the app from?
TestFlight
Device information
iPhone 12 Pro
OS version
iOS 18.0
Jellyfin server version
10.10.0
It is currently a deliberate design to only fetch 20 of each type of media to help a bit with performance, mainly for UI reasons. I have a TODO
to potentially allow full pagination of types of items. At least, I think we can do so because we get indices in the response that we can start from for pages. Once I figure out something better for the UI we can request more than 20 at a time along with the pagination.
Swiftfin/Swiftfin/Views/SearchView.swift
Line 13 in 071a1f9