Replace Magento default search with Typesense for instant autocomplete, typo tolerance, faceted filters, and optional AI-powered semantic search.
Ayasoftware TypesenseSearch replaces the default Magento search with Typesense, a fast open-source search engine built for instant search experiences.
Full configuration from the Magento admin: API credentials, autocomplete display options, search filters, image settings, indexing queue/cron, and performance tuning (batch size).
This release introduces optional AI-powered search query rewriting using the Claude API. When enabled, search queries on the result page are automatically cleaned and expanded before being sent to Typesense, improving the quality of results for conversational, abbreviated, or misspelled queries.
Go to Stores → Configuration → Ayasoftware → Typesense Search → AI Search, enable query rewriting and enter your Claude API key (available at console.anthropic.com).
Estimated cost: $2–$20/month for most stores depending on search volume and cache hit rate. Uses Claude Haiku (cheapest model, 60 output tokens max).
Install via Composer after configuring your credentials. See your dashboard for your license key.
# 1. Add the repository to your project (one-time)
composer config repositories.ayasoftware composer https://www.ayasoftware.com/repo
# 2. Add your credentials to auth.json (one-time)
composer config --global http-basic.www.ayasoftware.com your@email.com YOUR_LICENSE_KEY
# 3. Require the extension
composer require ayasoftware/typesensesearch
# 4. Enable and upgrade
bin/magento module:enable $(bin/magento module:status --enabled | tail -n +3)
bin/magento setup:upgrade
bin/magento cache:clean