Create/EDIT pages', Dropdown <select> Entity/object only loads first page results .
For example i have Product with Image Object as the entity that handles the image . While Creating/Editing I need to select any imageobject that i have created, but i cannot . The dropdown seems to only load the first page results ( based on ItemsperPage )
Product : name: Text Image : ImageObject
http://localhost:8080/api/image_objects?order%5Bid%5D=DESC&page=1&perPage=25 as seen on the network inspector in the admin page.
I have the same problem on all relations as well. Is there something we missed in some configuration? I'm using api-platorm as a bundle in my existing Symfony project if it makes any difference.
I have the same problem here, I am starting to get interested in api platform and test all these features. The probleme mentioned above exist on filter too, its less annoying on filter but i signal it. Here is a screen to add more detail to the issue.

As you can see we can only reach the first 30 book on filtering, and its the same problem on create / edit. For me this is a major issue which prevents correct administration, so I relaunch the subject who starting to be old.
Hey, I'm using the default api-platform distribution with this admin-project. When i want to add entities to a ManyToMany relation through the UI, there is a multiselect/list of entities. However that list does not include all entries, or is properly paginated. It stops at 30 entries for me, while there are 42 total entries.
This means some entities are not reachable through the UI at all for this relation (even if trying from the other side). The only workaround i found is manually disabling pagination in the API itself, which is not a permanent solution.
I am unfamiliar with this project, but i suspect the pagination is manually limited at this line here? https://github.com/api-platform/admin/blob/4b6d87083b1308135528bb682782c59a0ac0bef5/src/FieldGuesser.js#L57-L58