strapi-plugin-import-export-content icon indicating copy to clipboard operation
strapi-plugin-import-export-content copied to clipboard

Export is limited to 100 items

Open nurielmeni opened this issue 3 years ago • 2 comments

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.

nurielmeni avatar Oct 02 '21 19:10 nurielmeni

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!

jsabety avatar Feb 16 '22 16:02 jsabety

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

nurielmeni avatar Feb 16 '22 23:02 nurielmeni