magento2-vsbridge-indexer icon indicating copy to clipboard operation
magento2-vsbridge-indexer copied to clipboard

Add a switcher to cast boolean attributes as integer

Open afirlejczyk opened this issue 5 years ago • 0 comments

Attributes which are using Magento\Catalog\Model\Product\Attribute\Source\Boolean source model has type boolean in ES (true/false values).

Add switcher to configuration to cast attributes as integer (0/1) instead of (true/false) https://github.com/DivanteLtd/vue-storefront/pull/3816

afirlejczyk avatar Nov 19 '19 16:11 afirlejczyk