Available now · Magento 2.4.6+

Seekmodo for Magento 2

AI catalog search for Magento Open Source and Adobe Commerce. Enhanced Native improves multi-field retrieval and typeahead on install — pair for gateway AI search, indexing, and analytics.

SHA-256: e4a6635e2a26958400909edae275b092d951fcc482965570a1e8109e0a4fc54e (.sha256)

Released 2026-09-08

Still on built-in search? Compare Magento native search vs Seekmodo →

Magento search guide

Read the Magento 2 search module guide for multi-store indexing and Elasticsearch alternatives. Evaluating Klevu? See our Klevu alternative comparison.

Changelog

Every released version is downloadable from /plugins/seekmodo-magento-v.zip. Open README.html inside the zip for the full install guide. Showing the 8 most recent releases here — see the repo's CHANGELOG.md.

v1.2.30

2026-09-07Latest

Recommendations hover stacking -- Replace the cascade strip's incomplete inline CSS with css/seekmodo-recommendations.css: overflow-y: visible on the horizontal row and raised z-index while a card is hovered/focused so following page sections do not clip theme product-card hover expansions.

v1.2.29

2026-09-03

Vendor @seekmodo/web-components 0.4.7 (prefer-local + products/rows merge).; Stamp prefer-local when CloudDenial sticky so Suggest chrome stays unified.

v1.2.27

2026-08-31

Language-/store-aware Suggest View all — build view_all_href via getUrl('catalogsearch/result', ['_query' => ['q' => '{q}']]) (store scope) and unescape encoded {q}. Autoboot no longer falls back to a bare /catalogsearch/... path; prefers CFG, then <base> href / Magento BASE_URL.

v1.2.25

2026-08-28

Public MCP discovery — storefront head emits <link rel="mcp-server"> + <meta name="mcp-server"> when paired and mode is not off. Custom RouterInterface serves GET /.well-known/mcp.json with the anonymous MCP endpoint (https://{tenant}.{gatewayHost}/mcp). Optional pub/.well-known/mcp.json writer refreshes on pair callback, seekmodo:connect, and config-pull cron. Generator: numinix-seekmodo-magento-connector.

v1.2.24

2026-08-14

Daily unpaid-recovery recheck — Cron\ConfigPull (the existing */5 numinix_seekmodo_config_pull job) now reads the gateway's tenant.snapshot billing.status field on every pull and clears the storefront's sticky CloudDenial flag the moment the tenant is reported active again, via CloudDenial::maybeRecoverFromSnapshot(). Previously a resubscribe or operator trial extension only healed once the sticky's own 1-hour TTL lapsed. A genuine over_quota denial is left untouched — bil...

v1.2.15

2026-07-24

PDP/cart recommendation cascades — recommend proxy uses /v1/recommend.{algo} (fixes invalid recommend.similar); pdp-cascade + cart with de-dupe and exclude_doc_ids; CDN web-components + cart layout inject.

v1.2.13

2026-07-03

suggest tab-switch thumbnail fix: refreshed @seekmodo/web-components v0.3.3 loads product thumbnails eagerly and reloads stalled images when the browser tab becomes visible again.

v1.0.1

2026-06-20

CORS-block UX: loads cors-notice.js before typeahead so blocked gateway access shows an inline message where suggestions would appear.

Showing 8 of 9 releases

Quick install

composer require numinix/module-seekmodo:^1.0
bin/magento module:enable Numinix_Seekmodo
bin/magento setup:upgrade
bin/magento cache:flush

Pair from Admin → System → Seekmodo → Connect. Source: github.com/numinix/seekmodo-magento-connector