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

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

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.