sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.49k stars 105 forks source link

Search Album by Name doesn't fetch all results #474

Closed hak0 closed 4 months ago

hak0 commented 4 months ago

https://github.com/sentriz/gonic/blob/a66463a68c9bca5cebc1a0f32487f8651c0c8c91/server/ctrlsubsonic/handlers_by_tags.go#L269

When searching albums by title, if the result entries exceed 20, the rest entries will be discarded, but no notification or document mentioned this limit. Can we remove this limit so that all the result can be retrieved to the client?

sentriz commented 4 months ago

that is checking a query param, with 20 as the fallback. to request more you can search3.view?albumCount=100