Semantic intent
Vector embeddings capture meaning, not text. Customers describe what they want — we surface what they mean.
It's not your catalog. It's the search that doesn't understand how customers ask. You can change it in five minutes.
Servers in Europe · GDPR · Catalogs from tens of thousands of products
Three real queries, before and after HorusFinder. Same catalog, same customer.
Six engines under the hood: typo tolerance, semantic intent, synonym graph, multilingual analyzers, search analytics, and sub-50ms latency.
Vector embeddings capture meaning, not text. Customers describe what they want — we surface what they mean.
Trigrams and edit-distance so a misspelled query never costs you a sale.
ITA↔ENG, brand variants, abbreviations.
Italian and English analyzers running side-by-side, with stemming, stopwords, and accent folding for catalogs that mix both.
Top queries, zero-results, click-through.
OpenSearch on AWS eu-central-1.
Now when a customer searches, they find. Seems obvious. It wasn't before.
Native modules for the three big platforms, REST API for everything else. Five-minute install, zero theme changes.
One-click module for PrestaShop 1.7 and 8.x. Multi-shop, multi-language, custom attributes.
WordPress plugin with full WooCommerce REST coverage. Variable products, ACF, Polylang.
Magento 2 / Adobe Commerce extension. EAV-aware indexer, multi-store, Composer install.
Anything else? Push your catalog with our REST API and query from any frontend.
If our PrestaShop, WooCommerce, or Magento module isn't enough — query the same engine directly from any stack via REST.
curl https://api.horusfinder.com/v1/search \
-H "Authorization: Bearer hf_live_..." \
-d '{
"index": "products",
"q": "addidas snekers",
"limit": 4
}'{
"took_ms": 47,
"total": 4,
"hits": [
{
"id": "p01",
"name": "Adidas Ultraboost 22",
"price": "189.00",
"score": 92,
"match_reason": "typo"
},
{
"id": "p02",
"name": "Adidas Samba OG White",
"price": "110.00",
"score": 88,
"match_reason": "typo"
}
]
}Twenty minutes, on your catalog. We'll show you how many searches are coming up empty today and what changes. No pitch.