title | issue |
---|---|
Create DAL and migration database for search configuration |
NEXT-12490 |
- Added two new tables
product_search_config
andproduct_search_config_field
to stored product searching config data and create the default data for them. - Added entities, definition and collection for table
product_search_config
atShopware\Core\Content\Product\Aggregate\ProductSearchConfig
. - Added entities, definition and collection for table
product_search_config_field
atShopware\Core\Content\Product\Aggregate\ProductSearchConfigField
. - Added
ProductSearchConfigExceptionHandler
atShopware\Core\Content\Product\Aggregate\ProductSearchConfig
. - Added
ProductSearchConfigFieldExceptionHandler
atShopware\Core\Content\Product\Aggregate\ProductSearchConfigField
. - Added
DuplicateProductSearchConfigFieldException
andDuplicateProductSearchConfigLanguageException
atShopware\Core\Content\Product\Exception
. - Added OneToOne association between
language
andproduct_search_config
. - Added OneToMany association between
customer_field
andproduct_search_config_field
. - Added new property
productSearchConfig
toShopware\Core\System\Language\LanguageEntity
. - Added new property
productSearchConfigFields
toShopware\Core\System\CustomField\CustomFieldEntity
.