Your customer types "present for my girlfriend". Your store returns: 0 results.
You sell gift boxes, perfumes, skincare sets — exactly what she'd love. But WooCommerce search can't connect "present for girlfriend" to "Gift Box".
Your customer leaves. Sale lost. This happens every day.
Queryra is different. It understands the full intent behind queries — not just meaning, but price filters, brand exclusions, and sorting preferences. And it only knows YOUR store. When someone searches "present for my girlfriend", Queryra finds YOUR gift boxes, perfume sets, and skincare bundles.
👉 Live WooCommerce AI Search Demo — over 200 products across 10 brands. Search naturally and see the difference.
Start Free Trial · AI Search Documentation · FAQ · Pricing · Blog
Default WooCommerce search only matches exact keywords. If your product is called "Maison Blanc Gift Box" but someone searches "present for my girlfriend", they get nothing.
Real searches that return 0 results in most stores:
- "my skin looks tired" → Night creams, recovery oils, eye patches
- "gift for mom who loves candles" → Scented candles, home fragrance sets
- "looking older than my age" → Anti-aging serums, firming creams
- "before wedding skincare" → Bridal kits, radiance creams, ritual sets
- "postpartum hair loss" → Hair rescue sets, growth serums
Queryra understands these searches and finds the right products. Try it live →
Trained on YOUR Store Generic AI plugins use the same model for everyone. Queryra builds a custom AI model from YOUR products, YOUR descriptions, YOUR categories.
No ChatGPT Key Required Other plugins require you to create an OpenAI account and manage API keys. Queryra includes everything – one API key, no extra accounts.
WordPress-Native Built specifically for WordPress and WooCommerce. Auto-syncs on publish, supports product variations, works with any theme. WordPress Product Search Setup Guide →
Intent-Aware Search Most AI plugins only match meaning. Queryra adds a second layer: a query like "wireless headphones under $80, not Beats" applies the price filter AND excludes the brand. Vector-only plugins ignore both constraints. Why vector search alone isn't enough for WooCommerce product search →
- Product Search – Search by title, description, SKU, categories, tags, and attributes
- Smart Product Ranking – AI understands which products best match the query
- Boost Control – Promote high-margin products or slow-moving inventory
- Live Search Results – Instant AJAX-powered search suggestions
- Auto-Sync – New products indexed automatically when published
- Smart Context Detection – Automatically searches only products in WooCommerce shop pages, posts elsewhere
- Search Analytics – See what customers search for, including zero-result queries. Find gaps in your inventory before customers leave
- Beauty & Skincare – "my skin looks tired" finds night creams and recovery oils — see it live →
- Fashion – Find items by style, occasion, or color family
- Electronics – Search by features, not just model numbers
- Home & Garden – "cozy living room" finds rugs, lamps, pillows
- Food & Beverage – "healthy snacks" finds protein bars, nuts
- Any catalog – Works with any product type
Queryra also works with regular WordPress content — posts, pages, and custom post types. Perfect for knowledge bases, blogs, and FAQ sections.
👉 Try it live on a WooCommerce store → — search "present for my girlfriend" or "my skin looks tired" and see the difference.
- 🤖 Semantic AI Search - Understands meaning, not just keywords
- 🎯 Intent-Aware Search - Understands price filters ("under $50"), brand exclusions ("not Beats"), and sorting ("best rated") in natural language
- 🛒 WooCommerce Integration - Indexes products with prices, stock, and featured status
- 🔄 Auto-Sync - Posts sync automatically when published or updated
- 📝 Custom Post Types - Works with posts, pages, and any custom type
- ⭐ Sticky Post Priority - Important posts and featured products rank higher
- 🎨 Theme Compatible - Works with any WordPress theme
- 📦 Bulk Operations - Send all existing posts with one click
- 📊 Search Analytics - See top searches and zero-result queries (find inventory gaps)
- 🔐 Secure - WordPress nonces, HTTPS, input sanitization
- 📊 Admin Dashboard - Monitor sync status and statistics
- 🛠️ Hooks & Filters - Extend functionality (coming soon)
- ⚡ Lightweight - No bloat, follows WordPress coding standards
- 🔌 REST API Ready - Full API for headless WordPress
graph LR
A[Publish Post] --> B[WordPress Plugin]
B --> C[Queryra API]
C --> D[AI Training]
D --> E[Smart Search]
- Install - Add plugin to WordPress
- Connect - Paste API key from Queryra
- Sync - Auto-sync posts or bulk send existing content
- Search - AI-powered results appear instantly
How to Install AI Search on WooCommerce →
Option A: WordPress Dashboard (Recommended)
- Go to Plugins → Add New in WordPress
- Search for "Queryra"
- Click Install Now then Activate
Option B: Manual Installation
cd /wp-content/plugins/
# Upload queryra-search folder
# Activate via WordPress Admin → PluginsStart your free trial → → Copy API key from dashboard
- Go to Settings → Queryra in WordPress admin
- Paste your API Key
- Select which Post Types to sync (posts, pages, custom types)
- Enable Auto Sync (recommended)
- Click Save Changes
Option A: Bulk Sync
- Click "Send All Posts to Queryra" to sync existing content
Option B: Automatic
- New posts sync automatically when published
Your search is now powered by AI trained on your content. WooCommerce Search Plugin Setup Guide →
| Requirement | Version |
|---|---|
| WordPress | 5.8+ |
| PHP | 7.4+ |
| MySQL | 5.6+ |
| HTTPS | Recommended |
Tested with:
- WordPress 6.9, 6.7.2, 6.6, 6.5
- PHP 8.2, 8.1, 8.0, 7.4
- Popular themes: Twenty Twenty-Four, Astra, Kadence, GeneratePress
Free trial available. No credit card required. No ChatGPT API key costs. No hidden fees.
See pricing & plans → · Join Genesis Club → · Partner Program →
Yes! Try our WooCommerce demo with 200+ products across 10 brands. Our blog and FAQ page are also powered by Queryra.
Free trial available — no credit card required. See current pricing and plans →
Queryra trains a custom model on YOUR content. No OpenAI account needed. Plus, Queryra understands price filters, brand exclusions, and sorting in natural language — not just semantic meaning. Why vector search alone isn't enough for WooCommerce product search →
Algolia costs $50-500/month and requires developer setup. Queryra starts with a free trial and takes 5 minutes to install. Compare →
Yes! Works with any WordPress theme. Hooks into standard WordPress search functionality.
No. Search queries are processed by Queryra's servers in milliseconds. No impact on your WordPress hosting.
You can upgrade to a paid plan, or join our Partner Program to earn a free Pro account by writing reviews or sharing Queryra. See pricing →
Search returns to WordPress default. Your data stays in Queryra until you delete it from the dashboard.
For more questions, visit our FAQ page →
The roadmap is actively being shaped by user feedback:
- Custom hooks and filters for developers
- Multilingual support (WPML/Polylang)
- Advanced analytics dashboard
- Search widget for Gutenberg
- REST API expansion
Your input matters! Contact us or open a discussion to share your ideas.
- WooCommerce Product Search Setup — Step-by-step WordPress setup
- AI Search Documentation — All documentation
- FAQ — Common questions answered
- Email: support@queryra.com
- GitHub Issues — Bug reports
- GitHub Discussions — Ask questions, share tips
We welcome contributions!
Report Bugs — Open an issue with WordPress version, PHP version, steps to reproduce, and expected vs actual behavior.
Suggest Features — Email us or open a discussion.
Submit Code:
- Fork the repo
- Create feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open Pull Request
# Clone repo
git clone https://github.com/GronRafal/queryra-wordpress-plugin.git
cd wordpress-plugin
# Install dev dependencies (optional)
composer install --dev
# Run WordPress coding standards check
phpcs --standard=WordPressMultilingual search
- Updated: Multilingual search now supports 50+ languages out of the box — no configuration needed
- Updated: Documentation to reflect multilingual support launch
Updated branding & centralized pricing
- Updated: Plugin title and short description for better WordPress.org discoverability
- New: "Beyond semantic search" example — intent-aware price filter and brand exclusion demo
- Improved: Removed hardcoded pricing from all docs — single source of truth at queryra.com/pricing
Simplified settings & instance tracking
- Removed: API URL field from settings (hardcoded to default)
- New: Instance ID visible in Support tab for easier troubleshooting
- Improved: Status endpoint sends instance_id and plugin_type for better tracking
- Improved: Partner referral tracking via site_url for partner API keys
Batched bulk import for large sites
- New: Batched import with real-time progress bar (supports 50K+ records)
- New: Plan limit check before import starts
- Improved: Import reliability with automatic retry support
- Improved: Setup Wizard import now uses batched sync
Configurable cache & content type filtering
- New: Configurable cache duration (1 minute to forever)
- New: Record type (post/page/product) and platform metadata
- New: Search filtering by content type
- Improved: Search Analytics with top queries and zero-result queries
- Improved: Cache settings UI in admin panel
WooCommerce demo store & updated documentation
- New: Live WooCommerce demo store at woo.queryra.com
- Improved: Plugin description with tested search examples from demo store
- Improved: Simplified search integration for better theme compatibility
Anonymous usage analytics
- New: Anonymous event tracking to understand user flow
- New: Opt-out via
define('QUERYRA_DISABLE_ANALYTICS', true);in wp-config.php - Privacy: No personal data collected — see Privacy Policy
Full WooCommerce product search support
- New: Product SKU, price, and attribute indexing
- New: Smart product boost controls
- Improved: Setup Wizard with one-click product import
- Improved: Search relevance algorithm
Enhanced user experience and onboarding
- New: Setup Wizard — 4-step guided onboarding for new users
- New: Tabbed admin interface — organized settings for better UX
- New: Exit survey — collect feedback on plugin deactivation
- Enhanced: WooCommerce product indexing improvements
Initial public release
- Production-ready AI search trained on your content
- WordPress.org directory submission
- Full security audit passed
GPL v2 or later - see LICENSE file for details
- WordPress.org Plugin Page
- WooCommerce AI Search Live Demo
- AI Product Search Plugin
- Start Free Trial
- Pricing
- AI Search Documentation
- WooCommerce Product Search Setup
- FAQ
- Partner Program
- WooCommerce Search & AI Product Discovery Blog
- Why Vector Search Alone Isn't Enough for Ecommerce
Made with ❤️ for the WordPress community
⭐ Star Queryra AI Search Plugin if you find it useful!