Vehicle Search Intelligence (VSI) enhances Magento product discovery by automatically understanding Year, Make and Model information from search queries and filtering compatible products.
✓ Natural language search
✓ Automatic vehicle detection
✓ Selected vehicle persistence
✓ Category filtering
✓ Search result filtering
✓ Selected vehicle block
✓ Merchant configuration options
Honda Civic 2020 brake
brake for Honda Civic 2020
2027 Mercedes-Benz G63 AMG brake pads
BMW X3 2026 spark plugs
flowchart TD
A[Customer Search]
B[Vehicle Parser]
C[Vehicle Resolver]
D[Vehicle Selection]
E[Product Filtering]
F[Vehicle-Aware Browsing]
A --> B --> C --> D --> E --> F
From the CLI, run the following commands to install the Vehicle Search Intelligence module.
- Run composer:
composer require globalecomservices/module-vsi - Run Magento install/upgrade scripts:
php bin/magento setup:upgrade - Compile dependency injection:
php bin/magento setup:di:compile - Deploy static view files (production mode only):
php bin/magento setup:static-content:deploy - Flush Magento cache:
php bin/magento cache:flush
- Upload module to:
app/code/Globalecomservices/VSI - Enable Module:
php bin/magento module:enable Globalecomservices_VSI - Run Magento install/upgrade scripts:
php bin/magento setup:upgrade - Compile dependency injection:
php bin/magento setup:di:compile - Deploy static view files:
php bin/magento setup:static-content:deploy - Flush Magento cache:
php bin/magento cache:flush
To Build Fitment Index, run the following command in CLI
php bin/magento vsi:fitment:index