Table of Contents
Overview
Vehicle Search Intelligence (VSI) enhances Magento product discovery
by automatically understanding Year, Make and Model information
from search queries and filtering compatible products.
Features
✓ Natural language search
✓ Automatic vehicle detection
✓ Selected vehicle persistence
✓ Category filtering
✓ Search result filtering
✓ Selected vehicle block
✓ Merchant configuration options
Installation
Install using Composer
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
Install manually
- 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
Fitment Index
To Build Fitment Index, run the following command in CLIphp bin/magento vsi:fitment:index
Disable Full page cache
php bin/magento cache:disable full_page
Configuration
Admin -> Stores
→ Configuration
→ Global eCom
→ Vehicle Search Intelligence

Settings
| Setting | Description |
|---|---|
| Enable VSI | Master switch |
| Enable Search Intelligence | Detect vehicle from searches |
| Enable Category Filtering | Filter category products |
| Enable Search Filtering | Filter search results |
| Show Selected Vehicle Block | Display selected vehicle |
Recommended Settings
Enable VSI = Yes
Enable Search Intelligence = Yes
Enable Category Filtering = Yes
Enable Search Filtering = Yes
Show Selected Vehicle Block = Yes
Example Searches
Honda Civic 2020 brake
brake for Honda Civic 2020
2027 Mercedes-Benz G63 AMG brake pads
BMW X3 2026 spark plugs
Search Flow
Customer Search
↓
Vehicle Parser
↓
Vehicle Resolver
↓
Vehicle Selection
↓
Product Filtering
↓
Vehicle-Aware Browsing
Recommended Testing
Honda Civic 2020 brake
brake for Honda Civic 2020
BMW X3 2026 spark plugs
Verify
Vehicle selected
Vehicle block displayed
Category filtering works
Search filtering works
Clear vehicle works