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

This is an official, native Vue Storefront data indexer for Magento 1.9

Results 11 magento1-vsbridge-indexer issues
Sort by recently updated
recently updated
newest added

Getting error on fresh installed vanilla magento 1.9, when the extension (VueStorefrontIndexer) is disabled the error is not appearing anymore. Appearing on create attribute, text-field & dropdownfield Error-Log: ``` a:5:{i:0;s:31:"Invalid...

On PHP 5.5.9 and Magento 1.9.3.1 when I try to run `php -f shell/vsf_tools.php -- --action full_reindex --store 1` I gave this error ``` Full reindexing: store #1 ... PHP...

Attributes with sourceModel "eav/entity_attribute_source_boolean" usually have backendType "int". For example in the [core](https://github.com/OpenMage/magento-lts/blob/1.9.4.x/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.27-1.4.0.0.28.php#L33). And because those attributes are not always using an "is_" prefix, this code map them as "long".

When I try to run the indexing with the vsf_tools.php I get this error . This happens for all products. But all other index are inserted perfectly In this line...

I'm reading the code and it seems to me that could be feasible extending this module to supporting custom stuff. If it's possible as I think, it could be very...

**Introduction** I noticed that in VSF code there is a check for excluding categories that have `children_count`

I have multiple test environments hooked up to single magento instance. I would like to index the same data to more than one elasticsearch instance.

feature request

- remove class `Divante_VueStorefrontIndexer_Model_Index_Convertdatatypes` and implement solution base on M2 Pull Request: https://github.com/DivanteLtd/magento2-vsbridge-indexer/pull/155