Magento 2 · Search
The moment a customer starts typing in your Magento search bar, a dropdown shows the matching products — image, name, price and discount — one click from the product page. It is the instant, Google-style search Magento Open Source does not give you out of the box.
Type a few letters in the search bar of our demo store and watch the product suggestions appear in real time.
Open the live demoInstant delivery: your license key is emailed the moment the payment is confirmed.
Optional installation service available at checkout — we set it up for you.
Magento's native search bar does not suggest products in real time — and a customer who can't find a product doesn't buy it.
With Elasticsearch or OpenSearch, Magento Open Source's native autocomplete only proposes terms that were already searched before (from the search_query table) — never live products from your catalog. Type a product that nobody searched yet and you get nothing. This is a structural limit of Open Source, not a misconfiguration: it behaves the same on Luma and Hyvä. This module adds the real, product-based autocomplete that is missing.
Search users are your highest-intent visitors — they already know what they want. Every extra click or empty result is a chance to lose the sale to a competitor. Showing the right products instantly, with a picture and a price, turns that intent into a click straight to the product page.
A lightweight, theme-agnostic script attaches to your existing search bar (Hyvä or Luma) and, as the customer types, calls the module and renders a clean dropdown of matching products — thumbnail, name, price and any discount — plus a "see all results" link. Works on desktop and mobile.
The suggestions come from Magento's own indexed search engine — the very same engine behind the results page — not from a slow database scan. That is what keeps it fast even on very large catalogs.
Customers don't always type the exact catalog wording. The module expands the query with synonyms so those searches still match.
Everything lives under Stores → Configuration → Codingrow → Live Search & Autocomplete. Paste your license key, turn it on, and tune a few options.

A per-domain license, validated locally and safely — nothing about your catalog or customers leaves your server.
The admin configuration and the storefront labels ship translated in seven languages:
The storefront picks the store's language automatically; the small UI labels ("see all results", "no products found") follow the store view.
Magento 2.4.x (Open Source or Adobe Commerce), PHP 8.1–8.5, any search engine Magento supports (OpenSearch, Elasticsearch or MySQL). Compatible with Hyvä and Luma themes. Requires the free codingrow/module-core. No AI provider or API key needed — it is pure catalog search.
Full setup and admin reference — installation, configuration options, native and AI Personal Shopper synonyms, extended-field search via native searchable attributes, and troubleshooting.
Not satisfied within 30 days of purchase? Request a refund yourself from your account area (codingrow.com/login), no questions asked. The refund is processed instantly, automatically, and the license is deactivated upon confirmation.
A short history of recent releases.
Search now runs through Magento's indexed search engine instead of a direct database query: much faster and scalable on large catalogs, with the same partial matching and the same searchable-attribute weights as the results page. No configuration change.
First release: real-time product autocomplete for the Magento 2 search bar, Hyvä and Luma, native Search Synonyms plus optional AI Personal Shopper synonyms, and display/appearance options.