Title: OzuLabs Turbo Search for WooCommerce
Author: fearofbug
Published: <strong>September 13, 2026</strong>
Last modified: September 13, 2026

---

Search plugins

![](https://ps.w.org/ozulabs-turbo-search-for-woocommerce/assets/banner-772x250.
png?rev=3693478)

![](https://ps.w.org/ozulabs-turbo-search-for-woocommerce/assets/icon-256x256.png?
rev=3693478)

# OzuLabs Turbo Search for WooCommerce

 By [fearofbug](https://profiles.wordpress.org/fearofbug/)

[Download](https://downloads.wordpress.org/plugin/ozulabs-turbo-search-for-woocommerce.1.11.26.zip)

 * [Details](https://wordpress.org/plugins/ozulabs-turbo-search-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/ozulabs-turbo-search-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/ozulabs-turbo-search-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/ozulabs-turbo-search-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/ozulabs-turbo-search-for-woocommerce/)

## Description

Turbo Search for WooCommerce replaces WooCommerce’s default slow search with a dedicated,
FULLTEXT-indexed search engine that returns results as customers type.

A Pro edition adds typo tolerance, synonyms, category/brand suggestions, ranking-
weight tuning,
 sales-weighted ranking, zero-result search analytics, and multi-
currency price support for serious/high-volume stores — see https://ozulabs.com/
plugins/turbo-search/.

**How it works:**

 * Builds a dedicated search index table containing only published products — title,
   SKU, description, and categories.
 * Uses native MySQL/MariaDB FULLTEXT indexing for fast, relevance-ranked results.
 * Rebuilds happen in the background (via Action Scheduler) so shoppers never see
   an empty search box.
 * Each product update is synced automatically — no manual rebuilds needed.
 * Results are cached across multiple layers (object cache  APCu  WordPress transients)
   so repeat queries cost nothing.

**Requirements:**

 * WordPress 6.5+
 * WooCommerce 8.0+
 * PHP 8.0+

## Screenshots

[⌊Live search dropdown showing instant results as a customer types, with product
images, prices, and matching text highlighted.⌉⌊Live search dropdown showing instant
results as a customer types, with product images, prices, and matching text highlighted
.⌉[

Live search dropdown showing instant results as a customer types, with product images,
prices, and matching text highlighted.

[⌊Recent Searches: the dropdown suggests a shopper's own last few searches when 
they focus the search box again.⌉⌊Recent Searches: the dropdown suggests a shopper's
own last few searches when they focus the search box again.⌉[

Recent Searches: the dropdown suggests a shopper’s own last few searches when they
focus the search box again.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** screen.
 3. Go to **Turbo Search** (its own top-level menu item) and click **Rebuild Index**.
 4. Done. The live search dropdown will appear on your store’s search fields automatically.

## FAQ

### Do I need to rebuild the index manually?

Only once, after installation. After that the index updates automatically whenever
you save, delete, or import a product.

### What triggers a full rebuild?

Changing which fields are indexed (title, SKU, description, categories) or renaming
a category/tag with many products will trigger a full background rebuild automatically.

### Does it work with multi-currency plugins?

Multi-currency price conversion (CURCY / WOOCS / WooCommerce Multilingual) is a 
Pro feature — see https://ozulabs.com/plugins/turbo-search/. The free edition always
shows prices in your store’s default currency.

### Is there a limit on how many products get indexed?

No. This free edition indexes your entire published catalog, however large.

### What does the Pro edition add?

Typo tolerance, search synonyms, category/brand suggestions in the dropdown, ranking-
weight tuning, sales-weighted ranking, search merchandising (pin/bury/exclude/redirect),
behavioral ranking, click/conversion analytics, Quick Add to Cart, and multi-currency
price support. See https://ozulabs.com/plugins/turbo-search/.

### Does it work on WordPress Multisite?

Yes. Each site in the network gets its own search index table.

### Will deleting the plugin remove my data?

By default, no. Enable “Delete data on uninstall” in the plugin settings before 
deleting if you want a clean removal.

### Does the search box remember what a shopper searched for?

Optionally, yes — “Recent Searches” (on by default, adjustable or disable-able in
the plugin’s settings) keeps a shopper’s own last few searches so the dropdown can
suggest them again next time. This list lives only in that shopper’s own browser(`
localStorage`), is never sent to your server or to OzuLabs, is not shared between
shoppers or devices, and each shopper can clear their own list any time from the
search dropdown. Turning the setting off stops new searches from being remembered;
it does not retroactively clear what a shopper’s browser already stored.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“OzuLabs Turbo Search for WooCommerce” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ fearofbug ](https://profiles.wordpress.org/fearofbug/)

[Translate “OzuLabs Turbo Search for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/ozulabs-turbo-search-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ozulabs-turbo-search-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ozulabs-turbo-search-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ozulabs-turbo-search-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/ozulabs-turbo-search-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.11.26

 * Fix: deleting both this edition and Pro together via the Plugins screen’s “Bulk
   Actions  Delete” (both selected at once) could crash the site with a fatal PHP
   error, since WordPress runs both editions’ uninstall cleanup in the same request
   and they declare an identically-named class. Reproduced against a real, deployed
   pre-rename build during a production migration. Deleting either edition on its
   own, one at a time, was never affected.

#### 1.11.25

 * Housekeeping: removed dead query-expansion scaffolding (`Query_Normalizer::expand()`
   and everywhere it was called) that always returned only the typed word — a leftover
   from this edition being ported off the same codebase as the Pro edition’s real
   synonym/variant matching. It never affected search results, but its presence 
   looked like a disabled feature rather than one that was never built here. Search
   behavior is unchanged; the query-building code is simpler.

See changelog.txt for older releases.

## Meta

 *  Version **1.11.26**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [ajax search](https://wordpress.org/plugins/tags/ajax-search/)[live search](https://wordpress.org/plugins/tags/live-search/)
   [product search](https://wordpress.org/plugins/tags/product-search/)[search](https://wordpress.org/plugins/tags/search/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/ozulabs-turbo-search-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ozulabs-turbo-search-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ozulabs-turbo-search-for-woocommerce/reviews/)

## Contributors

 *   [ fearofbug ](https://profiles.wordpress.org/fearofbug/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ozulabs-turbo-search-for-woocommerce/)