Vehicle Search Intelligence for Magento 2

Maintainers

Package info

github.com/globalecomservices/magento2-vehicle-search-intelligence

Type:magento2-module

pkg:composer/globalecomservices/vsi

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-07-30 17:17 UTC

This package is not auto-updated.

Last update: 2026-07-31 15:31:52 UTC


README

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

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

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
Loading

Installation

Install using Composer

From the CLI, run the following commands to install the Vehicle Search Intelligence module.

  1. Run composer: composer require globalecomservices/module-vsi
  2. Run Magento install/upgrade scripts: php bin/magento setup:upgrade
  3. Compile dependency injection: php bin/magento setup:di:compile
  4. Deploy static view files (production mode only): php bin/magento setup:static-content:deploy
  5. Flush Magento cache: php bin/magento cache:flush

Install manually

  1. Upload module to: app/code/Globalecomservices/VSI
  2. Enable Module: php bin/magento module:enable Globalecomservices_VSI
  3. Run Magento install/upgrade scripts: php bin/magento setup:upgrade
  4. Compile dependency injection: php bin/magento setup:di:compile
  5. Deploy static view files: php bin/magento setup:static-content:deploy
  6. Flush Magento cache: php bin/magento cache:flush

Fitment Index

To Build Fitment Index, run the following command in CLI php bin/magento vsi:fitment:index