Search by

asyntai / magento-ai-search

asyntai

Asyntai AI Search - a search bar for Magento that understands what shoppers mean

Package info

github.com/asyntai/magento-ai-search

Type:magento2-module

pkg:composer/asyntai/magento-ai-search

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-09-11 07:26 UTC

This package is auto-updated.

Last update: 2026-09-12 04:18:53 UTC


README

A search bar that understands what shoppers mean. A shopper types "something warm for cold mornings" and the bar finds the fleece jacket, with its picture, its price and whether it is in stock. Magento's own search matches words; this one matches meaning.

Works on Magento Open Source and Adobe Commerce 2.4 and later, with Luma, Hyvä and most other themes.

What it does

  • Puts the AI Search Bar on your storefront, in place of the search box your theme already shows. Nothing in your theme has to be edited.
  • Shares your catalogue with Asyntai through a read-only Magento integration that the extension creates in your own admin, so results carry the price and the stock your store holds right now.
  • Pressing Enter without picking a result still opens your usual Magento search results page, and if your monthly allowance runs out the bar removes itself and your theme's own search comes back.

Install

composer require asyntai/magento-ai-search
bin/magento module:enable Asyntai_Search
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush

Or unpack the zip into app/code/Asyntai/Search and run the same four bin/magento commands.

Connect

  1. In the admin, open Asyntai AI Search in the left menu.
  2. Press Connect to Asyntai. A window opens where you sign in or create a free account. There is no key to copy.
  3. Finish there. The settings screen notices by itself and reloads.
  4. Wait a few minutes while your catalogue is read. The bar switches on by itself.

Since Magento 2.4.4 an integration token is refused until the store allows it. If the settings screen says the catalogue is not shared, switch on Stores > Configuration > Services > OAuth > Consumer Settings > Allow OAuth Access Tokens to be used as standalone Bearer tokens and press Connect again. The extension reports this and never changes it for you. The bar searches your pages either way; the setting only adds live prices and stock.

Settings

  • Where the bar goes: in place of your theme's search box, or only where you put <div data-asyntai-search></div> yourself.
  • Search box to replace: a CSS selector, only if the bar picks the wrong element on a custom theme.
  • Accent colour and Placeholder text.

The screen also shows how many products and pages are indexed, a Try your search bar link that opens your real bar without using your allowance, and Disconnect, which deletes the integration and its token.

Documentation

https://asyntai.com/documentation/magento-ai-search/

Licence

MIT. See LICENSE.