This is an info Alert.
xpay
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Product Search for WooCommerce

Product Search for WooCommerce

Fast Ajax product search for WooCommerce. Instant results with images and prices as customers type, served from a dedicated search index.

10+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Product Search for WooCommerce running.

WordPress compatibility
Tested to 6.9.7 — 2 branches behind 7.1
A branch or two behind — normal for a plugin between releases.
Last updated
1 month ago
At least 2.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
6.5
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

10+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Product Search for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 14 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.9.7, 1 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
10 / 10
Provides: screenshots, description, homepage
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-23 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

Product Search for WooCommerce adds a fast, live Ajax product search to your WooCommerce store. As a shopper types, matching products appear straight away in a dropdown beneath the search box, complete with the product image, the current price and a direct link to the product page. No page reloads, no waiting, no hunting through category menus.

Search is where buying intent is highest. A shopper who reaches for the search box has already decided they want something specific. If that search is slow, or returns blog posts and pages alongside products, or makes them load a full results page before they can tell whether you stock what they want, a good proportion of them simply leave. This plugin is built to make that moment quick and obvious.

Why the default WordPress search is not enough for a shop

WordPress ships with a search built for a blog, not a catalogue. On a WooCommerce store it causes a number of familiar problems:

  • It searches every post type at once, so blog posts, pages and products all compete in the same list.
  • It shows a plain list of titles. No product image, no price, nothing that helps a shopper decide.
  • It requires a full page load before the shopper sees a single result.
  • It runs a LIKE '%term%' query against the posts table, which cannot use a database index. On a catalogue of any real size that means scanning every row, every time.

Product Search for WooCommerce replaces that experience with results that appear as you type, restricted to published products, and drawn from a purpose-built index rather than from a scan of your posts table.

Built on a dedicated search index

Rather than querying WordPress tables on every keystroke, the plugin maintains its own search table containing just the fields it needs from your published products. That table carries a MySQL FULLTEXT index across product titles, descriptions and short descriptions, so a search is answered by an indexed lookup rather than a full table scan.

Every word a shopper types is required and wildcarded, so partial words match as they type: typing “hood log” will find “Hoodie with Logo” before the shopper has finished either word. When a full-text search cannot help, for example with very short words or common stop words that MySQL does not index, the plugin automatically falls back to a broader title match so those searches keep working instead of silently returning nothing.

Results are ordered by relevance, so the closest matches come first rather than arriving in whatever order the database happened to return them.

What your customers see

  • An instant dropdown of matching products, updated as they type.
  • The product image, so items are recognisable at a glance. Optional.
  • The current price, formatted in your store currency and tax settings. Optional.
  • A More button to page through additional matches without leaving the page.
  • Your own wording for the placeholder text, the loading message and the no-results message.
  • An optional Search button, for shoppers who prefer to submit rather than pick a suggestion.

You choose how many products appear before the More button, anywhere from one to a hundred.

Keyboard and screen reader support

The search field is a proper accessible combobox, not a text box with a list stuck underneath it. That means:

  • Arrow keys move up and down the results, wrapping at either end.
  • Home and End jump to the first and last result.
  • Enter opens the highlighted product.
  • Escape closes the dropdown.
  • Result counts, empty results and errors are announced to screen readers through a live region.
  • The list uses correct listbox and option roles, with aria-expanded, aria-controls and aria-activedescendant kept in step as the shopper moves through the results.

Customers who navigate by keyboard, and customers using assistive technology, get the same fast search as everyone else.

Use it anywhere, as many times as you like

Place the search form with a single shortcode:

[product_search_for_woocommerce]

Drop it into a page, a post, a block widget, a sidebar or a template. You can use it more than once on the same page and each form works independently, with its own results and its own paging. The shortcode accepts optional label and placeholder attributes if you want per-instance wording.

Assets are only loaded on pages that actually contain a search form, so the rest of your site is not asked to download JavaScript and CSS it will never use.

A settings screen that tells you what is going on

Settings are organised into four sections: General, Search Field, Results, and Index & Status.

The Index & Status section reports the health of the search index in plain language:

  • How many products are indexed, against how many published products exist.
  • When the index was last rebuilt in full.
  • Whether the full-text index is present and active.
  • Which database schema revision the install is on.
  • Whether a background data conversion is running, finished, or stalled.

Two maintenance tools sit alongside it. Rebuild search index re-reads every published product in batches with a live progress bar, so it is safe on large catalogues instead of timing out. Clear cached results drops cached search responses if a change is not showing on the shop yet. Both update the status readout as soon as they finish, so you never have to guess whether the thing you just clicked worked.

Keeps itself in sync automatically

The index follows your catalogue without being asked. Products are added or updated when saved, and removed when trashed, drafted, made private or deleted. Untrashing or publishing a scheduled product puts it straight back in. This works whether the change came from the WordPress admin, a CSV import, WP-CLI, cron or the REST API.

Prices and images are stored as raw values and rendered at the moment a search runs, which means changing your store currency, tax display or thumbnail size takes effect immediately, with no reindexing required.

Fast, and considerate of your server

  • Search responses are cached briefly, so repeated searches for the same term are served without touching the database. The cache clears itself automatically whenever a product changes.
  • Only the columns actually shown to the shopper are fetched, rather than shipping full product descriptions to the browser and discarding them.
  • Indexing runs in batches, in the background, so a large catalogue cannot exhaust a single request.
  • Requests are cancelled when a newer keystroke supersedes them, so a slow response cannot overwrite a fresher one.

Built for developers

The plugin exposes filters for the behaviour most likely to need tuning:

  • ajax_search_index_batch_size — products handled per indexing batch.
  • ajax_search_min_token_length — shortest word that may take part in a full-text match.
  • ajax_search_cache_ttl — how long a search response stays cached, in seconds.

Markup is clean, class names are predictable, and the frontend stylesheet is small and easy to override from your theme.

Privacy

Product Search for WooCommerce makes no external requests. It does not call home, does not load remote scripts or fonts, does not track your shoppers and does not send any data anywhere. Everything runs on your own server, against your own database.

Translation ready

Every string in the plugin is translatable, and a current POT file ships in the languages folder.

Clean uninstall

If you remove the plugin, it removes its own search table, its options, its cached search responses and its scheduled task. Multisite installs are cleaned up site by site. Nothing is left behind in your database.

Key features:

  • Live Ajax product search with results as you type
  • Dedicated search index with MySQL FULLTEXT, plus an automatic fallback for short and stop words
  • Relevance ordered results
  • Show the product image in search results
  • Show the product price in search results, in your store currency and tax settings
  • Configurable number of results, with paging for the rest
  • Customisable placeholder, loading and no-results text
  • Optional search submit button
  • Full keyboard navigation and screen reader support
  • Use the shortcode as many times as you like on one page
  • Assets loaded only on pages that contain a search form
  • Automatic index sync on product save, trash, untrash and delete
  • Batched index rebuild with live progress
  • Index health and diagnostics screen
  • Built-in response caching, cleared automatically on product changes
  • No external requests, no tracking
  • Translation ready
  • Complete uninstall cleanup, multisite aware

Premium features:

  • Show product rating in search results
  • Show product description in search results
  • Show product category in search results
  • Show product tags in search results
  • Search products by SKU
  • Display a “Featured” label
  • Display an “Add to Cart” button

How does the Ajax search improve the experience on my WooCommerce store?

Results appear beneath the search box as the shopper types, without reloading the page. Each result shows the product image and price, so shoppers can tell at a glance whether you stock what they want and go straight to it. That removes the load-and-wait step that a standard WordPress search requires.

Can product images be displayed in the search results?

Yes. Showing the product image is a setting you can turn on or off under Results. Images make products recognisable at a glance and help shoppers pick the right item quickly.

Can product prices be displayed in the search results?

Yes, and prices are formatted using your live WooCommerce currency and tax display settings. If you change your store currency, the prices shown in search results change with it immediately, with no reindexing needed.

Which product fields does the search look at?

The free version indexes and searches product titles, descriptions and short descriptions. Searching by SKU is available in the premium version.

Does it search anything other than products?

No. Only published WooCommerce products are indexed, so blog posts, pages and other post types never appear in the results.

Will it slow my site down?

It is designed to do the opposite. Searches are answered from a dedicated index rather than by scanning the posts table, responses are briefly cached, and only the fields actually displayed are fetched. Frontend assets load only on pages that contain a search form.

Does it work on large catalogues?

Yes. Indexing runs in batches rather than trying to process an entire catalogue in a single request, and the rebuild tool shows live progress as it works through your products.

Can I put the search form in more than one place?

Yes. Use the [product_search_for_woocommerce] shortcode as many times as you need, including several times on the same page. Each form keeps its own results and its own paging.

Does the search keep itself up to date?

Yes. Products are indexed when saved and removed when trashed, drafted or deleted, whether the change came from the admin, an importer, WP-CLI or the REST API. You can also rebuild the whole index at any time from the Index & Status screen.

Is the search accessible?

Yes. The field is an accessible combobox with full keyboard support: arrow keys to move through results, Home and End to jump to either end, Enter to open the highlighted product and Escape to close. Result counts and empty results are announced to screen readers.

Does the plugin require WooCommerce?

Yes. WooCommerce must be installed and active, since everything the plugin indexes comes from your WooCommerce products.

Does the plugin send any data to external services?

No. There are no external requests of any kind. No tracking, no remote scripts, no data leaving your server.

What happens if I uninstall it?

The plugin removes its search table, its options, its cached search responses and its scheduled task, so nothing is left behind. On multisite this is done for each site on the network.

Categories
Search & filtering
Plugin details
Version2.0.0
Last updated2026-08-09 3:11pm GMT
Added2024-06-06
Requires WordPress6.5
Tested up to6.9.7
Requires PHP7.4

Tags on WordPress.org
ajax search
instant search
live search
product search
woocommerce search
Alternatives
Other plugins in the same categories.
Ivory Search – WordPress Search Plugin
100K+ installs
4.9(1,560)
Filter Everything — WordPress & WooCommerce Filters
50K+ installs
4.6(149)
Relevanssi – A Better Search
100K+ installs
4.8(405)
WP Fastest Site Search
100+ installs
5.0(27)
Ajax Search Lite – Live Search & Filter
70K+ installs
4.8(264)
Advanced Woo Search – Product Search for WooCommerce
70K+ installs
4.8(248)
xpay

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy