High-Performance
E-commerce Search
Lightning-fast multi-tenant search API built for WooCommerce. Faceted search, personalization, and real-time analytics.
Core Features
FULLTEXT Search
MySQL FULLTEXT indexing with boolean mode for blazing-fast product searches across titles, descriptions, and SKUs.
Faceted Filtering
Dynamic facets for brands, categories, tags, price ranges, ratings, and custom attributes with real-time counts.
Personalization
User behavior tracking with personalized boosting based on brand affinity, category preferences, and price sensitivity.
Synonym Support
Intelligent synonym expansion for better recall. Auto-suggested synonyms from zero-result query analysis.
Multi-Tenant
Isolated tenant data with API key authentication. Perfect for agencies managing multiple WooCommerce stores.
Analytics
Real-time search analytics, popular queries, zero-result tracking, and performance metrics dashboard.
Quick Start
# POST /serve/search curl -X POST https://search.webkonsulenter.dk/serve/search \ -H "X-Tenant-Id: your-tenant-id" \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{ "query": "wireless headphones", "limit": 20, "brand": ["Sony", "Bose"], "price_min": 50, "price_max": 300, "in_stock": 1, "sort": "popularity_desc" }'