sentriz/gonic

Search Album by Name doesn't fetch all results

Closed this issue · 1 comments

hak0 commented

Limit(params.GetOrInt("albumCount", 20))

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?

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