Search Attributes for WooCommerce
by Aslam Doctor · eCommerce
Also makes 3 other plugins · 20.7K+ installs across the portfolio →
This plugin allows you to extend wordpress search feature by searching into Woocommerce product attributes.
66 health vs 68 average across 5,563 eCommerce 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.
Well optimized
Biggest win: Update recency
To rank higher: Last updated 490 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
144
now · peak 637
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
Rating trend
Star average over time · dips mark rough releases
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.
Release cadence
No release in a yearHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
0
releases in the last 12 months
1.3y ago
latest release · v1.3.6
2
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 97% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “600+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2022-08-18 · 1,417 observations
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
Est. acquisition value
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. The recent download trend is too spiky to read.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ rozlity12mo ago
Exactly what I was looking for! I needed a plugin that could search for book authors (who are listed as attributes). I highly recommend it to everyone and thank you!
Read on wp.org ↗ - ★★★★★ denizutku2.4y ago
Its Cool…
Read on wp.org ↗ - ★★★★★ tanduf2.8y ago
Great plugin ! Very easy to configure and use. Allows searching on hidden attributes of products. Exactly what i was looking for. Long life to this plugin.
Read on wp.org ↗ - ★★★★★ linascp3.7y ago
Very good, does the job.
Read on wp.org ↗ - ★★★★★ Danny4.2y ago
I use PolyLang for translation. With this plugin, search result shows product with all different languages.
Read on wp.org ↗ - ★★★★★ sajetek4.7y ago
Great and straightforward plugin. It does what I needed mostly so I just modified it a bit to exclude products where variation of the searched attribute is out of stock. e.g. If I search for Medium in a shirt, the product must NOT show if medium of that product is out of stock. function wsatt_brands_where( $where = '' ) { global $wpdb; $product_ids = get_in_stock_IDS(); if($product_ids != "") $where .= " OR $wpdb->posts.ID IN (".get_in_stock_IDS().")"; return $where; } function get_in_stock_IDS() { global $wpdb; $parent_ids = array(); $wsatt_attributes = @get_option('wsatt_attributes'); if(is_array($wsatt_attributes) && count($wsatt_attributes)>0){ foreach($wsatt_attributes as $attribute){ $parent_id_objects = $wpdb->get_results("SELECT $wpdb->posts.ID FROM $wpdb->posts LEFT JOIN $wpdb->term_relationships ON($wpdb->posts.ID = $wpdb->term_relationships.object_id) LEFT JOIN $wpdb->term_taxonomy ON($wpdb->term_relationships.term_taxonomy_id = $wpdb->term_taxonomy.term_taxonomy_id) LEFT JOIN $wpdb->terms ON($wpdb->term_taxonomy.term_id = $wpdb->terms.term_id) WHERE $wpdb->posts.post_type = 'product' AND $wpdb->posts.post_status = 'publish' AND $wpdb->term_taxonomy.taxonomy = '$attribute' AND $wpdb->terms.name LIKE '%".esc_attr( $_GET['s'] )."%'"); if(count($parent_id_objects) == 0) continue; foreach($parent_id_objects as $parent_id_object) { $children = get_option("_transient_wc_product_children_".$parent_id_object->ID); if(is_array($children) && count($children['all']) > 0) { $instock = $wpdb->get_var("SELECT s.meta_value as stock from $wpdb->postmeta LEFT JOIN $wpdb->postmeta as s ON s.post_id = $wpdb->postmeta.post_id AND s.meta_key = '_stock' WHERE $wpdb->postmeta.post_id IN (".implode(",", $children['all']).") AND $wpdb->postmeta.meta_key like '%".$attribute."' AND $wpdb->postmeta.meta_value LIKE '%".esc_attr( $_GET['s'] )."%' AND s.meta_value > 0"); if($instock != NULL) { //Child is matched based on query string and stock is NOT zero so we add that parent id to be displayed $parent_ids[] = $parent_id_object->ID; } }else { $parent_ids[] = $parent_id_object->ID; } } } return implode(",", $parent_ids); } } This topic was modified 4 years, 6 months ago by sajetek. This topic was modified 4 years, 6 months ago by sajetek. This topic was modified 4 years, 6 months ago by sajetek. This topic was modified 4 years, 6 months ago by sajetek.
Read on wp.org ↗ - ★★★★★ andrescarvajal4.8y ago
Just what I needed, search by attribute (artist) since products have albums names.
Read on wp.org ↗ - ★★★★★ melebius4.9y ago
This plugin simply adds attributes to the WordPress search (or WooCommerce product search). It’s the only plugin to do this for free which I’ve found. After activating, do not forget to adjust and enable searching by attributes in settings. (It would be even better if it redirected you to the settings when activated, as many plugins do.)
Read on wp.org ↗
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 6.8.1
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2026-04-29 700+ → 600+ down after 62 days in tier
- 2026-02-26 800+ → 700+ down after 1 days in tier
- 2026-02-25 700+ → 800+ up after 4 days in tier
- 2026-02-21 800+ → 700+ down after 34 days in tier
- 2026-01-18 700+ → 800+ up after 1 days in tier
- 2026-01-17 800+ → 700+ down after 231 days in tier
- 2025-05-31 900+ → 800+ down after 5 days in tier
- 2025-05-26 800+ → 900+ up after 1 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).
-
WooCommerce PayPal Payments 800K+ installs · 2.9★ · 2 shared tags B -
WPML Multilingual & Multicurrency for WooCommerce 100K+ installs · 4.1★ · 2 shared tags A -
Mercado Pago payments for WooCommerce 100K+ installs · 3.9★ · 2 shared tags A -
TI WooCommerce Wishlist 100K+ installs · 4.7★ · 2 shared tags A -
Mollie Payments for WooCommerce 100K+ installs · 3.6★ · 2 shared tags B -
WCBoost – Products Compare 30K+ installs · 4.0★ · 2 shared tags B
Embed this report card
Drop a live Pulse card for Search Attributes for WooCommerce into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/search-attributes-for-woocommerce" width="480" height="300" style="border:0" loading="lazy" title="Search Attributes for WooCommerce — Plugin Pulse"></iframe> Search Attributes for WooCommerce: 600+ active installs, 4.9★ (9 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/search-attributes-for-woocommerce