When syncing content on prod/dev environment in large sites, very often developers need to sync only last XX items of some entity type. Because all content items are too much and export/import process will be very slow.
Can we add options for limit count of exported content items per entity/bundle type, and sort order?
Eg, export only top 100 entities with type 'node' & bundle 'article', ordered by updated DESC field.
Comments
Comment #2
aleada commentedHi,
This would be a nice feature for this module...
I tried to solve this problem by adding a condition in the query of the submitForm function (src/Form/ContentExportForm.php)
Hope this helps.
Comment #3
blanca.esqueda commented