Plugin Pulse
← Pulse

Search with Typesense

by CodeManas · Search

Also makes 6 other plugins · 1.4K+ installs across the portfolio →

Lightning fast search for your WordPress site, powered by Typesense.

How scoring works →
88 Health · A
Maintenance 99/100
Rating quality 87/100
Support 70/100

88 health vs 60 average across 606 Search plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

78 / 100

Well optimized

Biggest win: Support resolution

Update recency 100/100
WP compatibility 100/100
Rating quality 66/100
Listing tuning 100/100
Support resolution 0/100

To rank higher: Mark more forum threads resolved — the resolved ratio feeds the ranking.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+6% vs prior 30d
22Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

732

now · peak 2.3K

72830d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Search with Typesens · #7961 you WP Search with Algol · #2571 DOOFINDER Search and · #4280 SearchIQ · #5857

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

1Kper 1k installs · Aug 26

Release cadence

Actively maintained
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

6

releases in the last 12 months

3mo ago

latest release · v2.1.3

86

tagged releases on record

Recent releases

2.1.3 · 3mo ago2.1.2 · 4mo ago2.1.1 · 4mo ago2.1.0 · 6mo ago2.0.16 · 11mo ago2.0.15 · 12mo ago2.0.14 · 1.0y ago2.0.13 · 1.0y ago2.0.12 · 1.2y ago2.0.11 · 1.3y ago2.0.10 · 1.4y ago2.0.9 · 1.5y ago2.0.8 · 1.5y ago2.0.7 · 1.7y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 62% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v2.1 62%
v2.0 38%

Estimated active installs

The public count shows “700+”. Our estimate pins where the real number sits.

tracked estimate
700–800 ≈770

Refined from the date this plugin crossed into its current band.

At the current install trend, crossing 800+ in roughly 207 days.

Install history · since 2022-09-28 · 1,421 observations

700Installs · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
2.1.3
Last updated
3mo ago
Added
2022-01-04 · 4 yrs old
Requires WP
6.8
Tested up to
7.0.0
Requires PHP
7.4

Recent reviews

All reviews on wp.org ↗
  1. James Joseph Finn
    9mo ago

    This plugin is a gem of a gift to the WordPress community. Embedding a modern and performant search interface into your website couldn’t possibly be easier. The plugin uses the Algolia open-source vanilla JS libraries “InstantSearch.js” and “Autocomplete.js”, which communicate with your Typesense server using fetch requests in the browser; no connection to WordPress needed, and thus fully compatible with static generation. Via their WP-Admin GUI, the software indexes your WP posts and pages as Typesense “documents” and “collections”; while the frontend search interface fetches data direct from your Typesense instance. I used the Typesense provided Docker image to spin up a self-hosted instance; added my instance API keys to the Typesense plugin settings in WP-Admin; indexed 4000+ posts in a couple minutes; added the default shortcode to a test page; ran a SimplyStatic export, and voilà, it works splendidly! Important note for static site generation: Prior to running an index, you’ll need to filter the permalink; otherwise the search results will link to your WP: /** * Filter Typesense document data before it is indexed.**/add_filter( 'cm_typesense_data_before_entry', function( $formatted_data, $raw_data, $object_id ) { if ( isset( $formatted_data['permalink'] ) ) { $formatted_data['permalink'] = str_replace( 'wp[dot]example[dot]com', 'example[dot]com', $formatted_data['permalink'] ); } return $formatted_data;}, 10, 3 ); *WordPress[dot]org doesn’t permit URLs in reviews, hence why the [dot] chicanery in the above snippet. Pax et bonum.

    Read on wp.org ↗
  2. Derek Ashauer
    1.0y ago

    This plugin made it very easy to setup Typesense search on my site – couldn’t ask for much more!

    Read on wp.org ↗
  3. alan781
    1.1y ago

    The search plugin is fantastic and their support is amazing – Thank you.

    Read on wp.org ↗
  4. M Hassam
    3.5y ago

    I’m a developer and understand the efforts behind this treasure. WordPress UI and Debugger are also the next levels. Hope we’ll get continuous updates.

    Read on wp.org ↗
  5. beamzen
    4.0y ago

    After purchasing the woocommerce plugin, support answered questions within one business day and solved any issues. This is the best support I’ve seen for a paid plugin at this price.

    Read on wp.org ↗
  6. dozybee
    4.1y ago

    After the install it took me a while to get my self hosting/VPS configured to talk to the website properly but once all settled in, lightning fast results never seen before in WordPress search. Adios MySql for direct search queries – the bane of all our lives! I was looking for an Elastic Search alternative as Elastic was so intense to set up server side – this plugin sorted it. The server side engine is also nice and lightweight and not smashing resources. Indexing is quick, the front end UI looks great and can be styled if needed. I shall be using this for other projects and looking into it in more detail. Big up to the team, well done guys and look forward to future developments. (ps I shall be purchasing the Woocommerce add on today to test)

    Read on wp.org ↗
  7. pimpiet
    4.5y ago

    The plugin works very good. The author responds quickly and well to support questions.

    Read on wp.org ↗
  8. Prismil
    4.5y ago

    This plugin will be a game change for instant search on WordPress! Great team, great support!

    Read on wp.org ↗

Known vulnerabilities

via Wordfence Intelligence

2 disclosed vulnerabilities on record for this plugin, all fixed in the current version. Sites on older versions stay exposed until they update.

  1. 2025-06-05 CVE-2025-49304 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 2.0.10 Patched in 2.0.11
  2. 2025-02-22 CVE-2025-26876 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') Affects <= 2.0.8 Patched in 2.0.9

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 3 languages, 2 at 90% or more

Spanish (Chile) 91%
Spanish (Spain) 91%
Romanian 39%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-05-31 600+ → 700+ up after 2 days in tier
  2. 2026-05-29 700+ → 600+ down after 1 days in tier
  3. 2026-05-28 600+ → 700+ up after 1 days in tier
  4. 2026-05-27 700+ → 600+ down after 3 days in tier
  5. 2026-05-24 600+ → 700+ up after 1 days in tier
  6. 2026-05-23 700+ → 600+ down after 1 days in tier
  7. 2026-05-22 600+ → 700+ up after 6 days in tier
  8. 2026-05-16 700+ → 600+ down after 38 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Search with Typesense into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/search-with-typesense" width="480" height="300" style="border:0" loading="lazy" title="Search with Typesense — Plugin Pulse"></iframe>
Preview card ↗

Search with Typesense: 700+ active installs, 5.0★ (11 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/search-with-typesense