You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently wondering about migrating the former "virtual_rule" attributes of the categories to an extension_attribute.
The pros :
prevent the backend model of the attribute from being saved in DB : this allow to properly de-activating elasticsuite without having to clean the database manually.
imho this is more consistent to the Magento's philosophy : complex objects added to entities is more likely to be done via extension_attributes.
The cons :
this would require to store the rules elsewhere than the category eav attribute table : so a migration script (via the Setup of newest version ?) would be mandatory in case of version upgrade
Your opinion ?
The text was updated successfully, but these errors were encountered:
Hello @afoucret
I am currently wondering about migrating the former "virtual_rule" attributes of the categories to an extension_attribute.
The pros :
prevent the backend model of the attribute from being saved in DB : this allow to properly de-activating elasticsuite without having to clean the database manually.
imho this is more consistent to the Magento's philosophy : complex objects added to entities is more likely to be done via extension_attributes.
The cons :
Your opinion ?
The text was updated successfully, but these errors were encountered: