title | issue |
---|---|
Improve media search to include sub folders |
NEXT-11048 |
- Added field
path
toShopware/Core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php
to store the whole path. - Added
path
toShopware/Core/Content/Media/Aggregate/MediaFolder/MediaFolderEntity.php
to store the whole path. - Changed
Shopware/Core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php
to set the correct path to the media folder. - Changed
Shopware/Core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php
to be able to update entities without the fieldversion_id
.
- Changed
Shopware/Administration/Resources/app/administration/src/module/sw-media/component/sw-media-library/index.js
to be able to also search in all subFolders.