magento1-vsbridge-indexer
magento1-vsbridge-indexer copied to clipboard
Fix boolean type mapping
Attributes with sourceModel "eav/entity_attribute_source_boolean" usually have backendType "int".
For example in the core.
And because those attributes are not always using an "is_" prefix, this code map them as "long".