Skip to content

Try to get all search results with huge page size

Quentin Duchemin requested to merge huge_page_size into master

Problem is that for some search keywords, mostly 3 or 4-letter words, Funkwhale sends back hundred of results. With a default page size of 25, the script will only look for the most similar artist in those results, effectively missing the real one which is in another page.

Until the search is less broken, this is a simple and dirty fix.

Merge request reports