Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Vue Storefront Magento Vsbridge Indexer 1.2.0

Compare
Choose a tag to compare
@afirlejczyk afirlejczyk released this 05 Aug 19:25
· 293 commits to develop since this release

Fixed

  • Uncaught TypeError in CMS indexer - @indiebytes (#85)
  • Multiselect attribute values check if they are numeric before casting to int type to avoid casting strings to int and therefore causing the value to be 0 always. - @rain2o
  • Fix running bin/magento vsbridge:reindex --store per store. Only data for given store will be updated in ES. (#91)

Changed/Improved

  • Provide more verbose feedback in console when running bin/magento vsbridge:reindex. Removed int type cast from --store value to allow for store code or store ID since StoreManagerInterface allows both types. - @rain2o

Added

  • New optional parameter for bin/magento vsbridge:reindex command --all to allow reindexing all stores. - @rain2o