This is an info Alert.
x402 Logo
  • 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
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • 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. Fast Fuzzy Search – WordPress & WooCommerce Live Search

Fast Fuzzy Search – WordPress & WooCommerce Live Search

Blazing fast, typo-tolerant, AJAX-powered search for WordPress and WooCommerce. Live results as you type, with a customizable overlay that matches you …

100+ active installs
5.0
(2 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Fast Fuzzy Search – WordPress & WooCommerce Live Search running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
1 month ago
At least 6.3 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
5.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

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

Scored on how Fast Fuzzy Search – WordPress & WooCommerce Live Search 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 33 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
11 / 15
5.0/5 across 2 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
1 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-01 from the WordPress.org plugin registry.
Ratings

5.0

2 ratings
5★2
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Tired of slow or irrelevant WordPress search results?

Fast Fuzzy Search replaces the default WordPress search with an instant, typo-friendly search bar that works out of the box. Built for WooCommerce, blogs, documentation portals, and custom post types.

The plugin includes a REST API endpoint for cache-plugin compatibility, a file-based search index with configurable expiration, and Alpine.js-driven reactive UI with zero external CDN dependencies.

Features

  • Live AJAX Search — Instant results as the visitor types, no page reload.
  • Typo-Tolerant Fuzzy Engine — Powered by uFuzzy. “blu cap” still finds “blue cap”.
  • WooCommerce Integration — Search by name, SKU, category, tags, and attributes. Shows prices and thumbnails inline.
  • 10 Built-In Themes — Minimal Light, Minimal Dark, Material Light, Material Dark, Glassmorphic, Brutal, Iris, Crisp, Terracotta, Editorial. Each fully styled with hover, focus, and selected states.
  • Custom Aesthetic Editor (Pro) — Inline CSS editor in the admin panel. Select any built-in theme as a base, and custimize.
  • Primary Color Customization — All themes use the configured primary color via CSS custom properties. No hardcoded colors.
  • Multiple Trigger Types — Floating icon button, text button, search field, or hybrid input-button.
  • Auto Mode + Shortcode — Render sitewide via wp_body_open or embed manually with [fast_fuzzy_search].
  • Post-Type Filters — Show/hide filter chips above results. Exclude content types from indexing.
  • Smart File Cache — Search index stored as a flat JSON file in wp-content/cache/. Configurable expiration.
  • REST API Endpoint — POST /wp-json/fast-fuzzy-search/v1/search for cache-plugin compatibility. Falls back to admin-ajax.php.
  • Polylang Compatible — Works with multilingual sites using Polylang.
  • Custom Post Type Support — Indexes all public post types by default.
  • Zero External Dependencies — All assets (Alpine.js, uFuzzy, CSS) are self-hosted. No CDNs, no trackers.

Why Fast Fuzzy Search?

  • Instant AJAX Results — Lightning-fast feedback as you type
  • Typo-Tolerant Matching — “blu cap” still finds “blue cap”
  • Fully Self-Hosted — 100% of your data stays on your server
  • Zero Configuration — Install, activate, and go
  • Works with Polylang — Multilingual for Latin script languages
  • Lightweight & Performant — Optimized for 50,000+ posts
  • 10 Built-In Themes — Drop-in themes included, plus a custom CSS editor

CSS and JavaScript

uFuzzy – Copyright (c) 2022 Leon Sorokin
MIT License: https://github.com/leeoniya/uFuzzy/blob/main/LICENSE
Source: https://github.com/leeoniya/uFuzzy

Alpine.js – Copyright © 2019-2021 Caleb Porzio and contributors
MIT License: https://github.com/alpinejs/alpine/blob/main/LICENSE.md
Source: https://github.com/alpinejs/alpine

Is it compatible with WooCommerce?

Yes. Automatically indexes WooCommerce products by name, SKU, category, tags, and attributes (Pro). Shows prices and featured images in search results.

Will it slow down my site?

No. The search index is cached as a flat file with configurable expiration. The front-end loads Alpine.js and uFuzzy asynchronously. No external requests.

Can I use it with a custom post type?

Yes. All public post types are indexed by default. You can exclude specific types from the settings page.

How do I create a custom theme?

Select Custom from the Aesthetic dropdown (Pro). An inline CSS editor appears. Pick any built-in theme as a base, click Load Base Theme, and the CSS is rewritten with .fast-fuzzy-search--custom selectors. Edit freely and save.

Does it work with caching plugins?

Yes. The search index is fetched via the WordPress REST API (/wp-json/fast-fuzzy-search/v1/search) with a cache-busting parameter. Falls back to admin-ajax.php if REST is unavailable. The index itself is stored as a static file outside the database.

How do I embed the search in a specific page?

Use the [fast_fuzzy_search] shortcode. Optionally pass attributes: placeholder, aesthetic, type.

Can I override the search template?

Yes. Copy any file from template-parts/ into your child theme at the same relative path. The plugin checks the child theme before falling back to its own files.

Is it multilingual?

The plugin is compatible with Polylang. The search index respects the current site locale.

Categories
Search & filtering
Plugin details
Version1.2.0
Last updated2026-06-29 10:45am GMT
Added2025-03-04
Requires WordPress5.0
Tested up to7.0.2
Requires PHP7.4

Tags on WordPress.org
ajax search
fuzzy search
live search
search by sku
woocommerce search
Alternatives
Other plugins in the same categories.
Filter Everything — WordPress & WooCommerce Filters
50K+ installs
4.6(146)
Relevanssi – A Better Search
100K+ installs
4.8(405)
Better Post & Filter Widgets for Elementor
3K+ installs
5.0(18)
Ivory Search – WordPress Search Plugin
100K+ installs
4.9(1,557)
Product Table & List Builder For WooCommerce
10K+ installs
4.9(251)
WP Fastest Site Search
100+ installs
5.0(27)
x402 Logo

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 Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • 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