Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Export is limited to 100 items #43

Open
nurielmeni opened this issue Oct 2, 2021 · 2 comments
Open

Export is limited to 100 items #43

nurielmeni opened this issue Oct 2, 2021 · 2 comments

Comments

@nurielmeni
Copy link
Contributor

Hi,
The export is probably using the find service with the default limit 0f 100, and so only can handle collections up to 100 items. By changing/adding _limit: -1 you can get all the items.

@jsabety
Copy link

jsabety commented Feb 16, 2022

I tried this to no avail... can you provide more details on how/where to add this? I have done it in my front end app by just hitting the Strapi api endpoint, but not sure how to do it for the purposes of exporting out of the app. I have 3000 plus entries with relations and didn't really want to write a separate export code if I can just do it through the plugin...
thank you in advance!

@nurielmeni
Copy link
Contributor Author

You can see it here as it was already implemented in the plugin.
Repository Query with the updated limit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants