DivanteLtd / magento1-vsbridge-indexer

This is an official, native Vue Storefront data indexer for Magento 1.9
https://vuestorefront.io
MIT License
18 stars 24 forks source link

Fix boolean type mapping #59

Open tBibaut opened 3 years ago

tBibaut commented 3 years ago

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".