strapi-plugin-import-export-content
strapi-plugin-import-export-content copied to clipboard
Export is limited to 100 items
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.
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!
You can see it here as it was already implemented in the plugin. Repository Query with the updated limit