getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

Kirby 4 New Link-Field not showing all files from a page #6288

Closed frankziski closed 8 months ago

frankziski commented 8 months ago

Description

I have a download-archive with over 200 pdf-files for a website. The goal was to have a single page, listing all pdfs from the whole system. But those files are also used in other subpages, where i want to link them inside a button. When using the new Linkfield it only shows me the first 100 files of the page. There is no pagination or a search function.

Expected behavior
The Files-List in the link-field should have a pagination, search function or just showing all files

Screenshots
files files2

Your setup

Kirby Version
4.1.0

afbora commented 8 months ago

Issue summary

There is default collection limit when no pagination: https://github.com/getkirby/kirby/blob/4.1.2/src/Api/Collection.php#L117