magento2-vsbridge-indexer
magento2-vsbridge-indexer copied to clipboard
This is official Vue Storefront, native, Magento2 indexer
**Problem:** Category product count does not take in account the visibility of products. Because of this products with status "not visible individually" are counted in the total [here](https://github.com/DivanteLtd/magento2-vsbridge-indexer/blob/master/src/module-vsbridge-indexer-catalog/Model/ResourceModel/Category/ProductCount.php) at getProductCount....
The usual setup is that we have vueSF on a separate server than Magento. BUT composer.json (in the state how it is now) requires a specific version of elasticsearch to...
Hello. I've just discovered we could pretty easily get support for synonyms with small modification of indexer. As I am not really Magento's developer I decided to prepare all knowledge...
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
Category Filtering on VSF home page didn't seem to work with the default indexer install using `category.name.keyword` on default.json file in VSF Seems like the product category needs to be...