
WordPress search runs a LIKE query against your posts table. It is slow on large sites, it ranks results by date rather than relevance, and it finds nothing at all if a visitor misspells a word.
SearchWright hands that job to Typesense, an open source search engine you either self-host or rent. Your content is indexed there; searches are answered from memory in a few milliseconds and tolerate typos.
What it does
Built to stay out of the way
WooCommerce
Products are indexed like any other post type, so they turn up in results. Understanding them — price, stock, variations, attributes, faceted filtering — is handled by a separate add-on plugin, which is not included here. Nothing in this plugin is disabled pending a purchase. The extension filters the add-on uses are public and documented under Settings SearchWright WooCommerce, so you are equally free to write your own.
This plugin connects to a Typesense server that you specify in its settings. There is no default server and no connection is made until you enter a hostname and an API key.
What is sent, and when:
Where that data goes is entirely determined by the host you configure. If you use Typesense Cloud, that is Typesense’s hosted service, governed by their terms of service and privacy policy. If you run Typesense on your own hardware, the data does not leave your infrastructure.
This plugin makes no other outbound requests. It does not phone home and it collects no analytics.