Title: Super Ajax Search
Author: Naveen Gaur
Published: <strong>14 Օգոստոսի, 2024</strong>
Last modified: 9 Ապրիլի, 2026

---

Search plugins

![](https://ps.w.org/ajax-searchwp/assets/banner-772x250.png?rev=3181730)

![](https://ps.w.org/ajax-searchwp/assets/icon-256x256.png?rev=3181730)

# Super Ajax Search

 By [Naveen Gaur](https://profiles.wordpress.org/naveendeveloper/)

[Download](https://downloads.wordpress.org/plugin/ajax-searchwp.2.0.0.zip)

 * [Details](https://hy.wordpress.org/plugins/ajax-searchwp/#description)
 * [Reviews](https://hy.wordpress.org/plugins/ajax-searchwp/#reviews)
 *  [Installation](https://hy.wordpress.org/plugins/ajax-searchwp/#installation)
 * [Development](https://hy.wordpress.org/plugins/ajax-searchwp/#developers)

 [Support](https://wordpress.org/support/plugin/ajax-searchwp/)

## Description

Super Ajax Search enhances your website’s search with instant live results as users
type. Built on the WordPress REST API with a modern vanilla JS frontend — no jQuery
dependency, lightning fast.

**Free Features:**

 * **Live Search** — Instant AJAX-powered results as you type.
 * **Thumbnails** — Display featured images in search results.
 * **Smart Excerpts** — Show content snippets with the search keyword highlighted
   in bold.
 * **Result Grouping** — Organize results by Post Type or Category.
 * **Category Filter** — Optional dropdown to filter results by category.
 * **Debounced Search** — 300ms debounce prevents excessive server requests.
 * **Transient Caching** — 1-hour cache for identical queries (configurable).
 * **REST API** — Modern endpoint replaces admin-ajax.php for better performance.
 * **Keyboard Navigation** — Arrow keys, Enter, and Escape support.
 * **Accessible** — ARIA labels, roles, and semantic HTML.
 * **Secure** — Nonce verification, input sanitization, output escaping, publish-
   only results.
 * **Customizable** — Configure post types, result limit, placeholder text, no-results
   message.
 * **Shortcode** — `[super_ajax_search]` with optional attributes.
 * **Multi-instance** — Multiple search forms per page, no ID conflicts.
 * **Responsive** — Mobile-friendly layout.
 * **Lightweight** — Under 15KB total (CSS + JS), zero dependencies.

### Support

If you have any suggestions, need any help, or want to connect with me, please reach
out:
 * Email: info@techwithnavi.com * Website: https://techwithnavi.com/

## Installation

 1. Upload the `ajax-searchwp` folder to `/wp-content/plugins/`.
 2. Activate through the **Plugins** menu.
 3. Go to **Super Ajax Search** in the admin sidebar to configure settings.
 4. Use the shortcode `[super_ajax_search]` on any page or post.

**Shortcode Attributes:**

 * `placeholder` — Override the search input placeholder.
 * `category_filter` — Show a category dropdown (`"true"` or `"false"`).

Example: `[super_ajax_search category_filter="true" placeholder="Find products…"]`

## FAQ

### How do I use the shortcode?

Place `[super_ajax_search]` in any post, page, or widget where you want the search
to appear.

### Can I choose which post types to search?

Yes. Go to Super Ajax Search settings and check the post types you want included.

### Does it work with WooCommerce?

Yes. Enable the «Products» post type in the settings.

### Is the search secure?

Yes. All inputs are sanitized, outputs are escaped, and only published posts are
returned.

## Reviews

![](https://secure.gravatar.com/avatar/701a1f79179eca90d6753ef91299d1ff67300c2b9bf2612e4c452ab2a763db4d?
s=60&d=retro&r=g)

### 󠀁[Super Ajax Search](https://wordpress.org/support/topic/super-ajax-search/)󠁿

 [darshana007](https://profiles.wordpress.org/darshana007/) 14 Ապրիլի, 2026

I’ve had a great experience using the Super Ajax Search plugin. It significantly
improves the default WordPress search by delivering instant, live results as users
type, which makes the overall user experience much more dynamic and engaging. If
you’re looking for a reliable, fast, and modern search solution for your WordPress
site, I highly recommend Super Ajax Search.

![](https://secure.gravatar.com/avatar/8dc9fec4ef77162aec0af862fbc6100e57a31d019965efd83bec0256b83c58ce?
s=60&d=retro&r=g)

### 󠀁[Super impressed with AJAX Search for SearchWP](https://wordpress.org/support/topic/super-impressed-with-ajax-search-for-searchwp/)󠁿

 [vartikapandey94](https://profiles.wordpress.org/vartikapandey94/) 30 Օգոստոսի,
2024

This plugin is a game-changer for my website’s search functionality. The AJAX feature
provides instant, relevant results, making the user experience much smoother. Five
stars all the way!

![](https://secure.gravatar.com/avatar/d6f0a952ee8678534a85616ce7a0fdd4bbd218da2629562933103d121c6bf0c8?
s=60&d=retro&r=g)

### 󠀁[This is an outstanding plugin](https://wordpress.org/support/topic/this-is-an-outstanding-plugin-2/)󠁿

 [infotheme](https://profiles.wordpress.org/infothemecom/) 24 Օգոստոսի, 2024

Ajax SearchWP is an outstanding plugin that has significantly enhanced our website’s
search functionality. The live search results and autocomplete features are a game-
changer, making it easier for our users to find what they need instantly. It’s easy
to set up, lightweight, and integrates seamlessly with our site. Highly recommended
for anyone looking to improve their WordPress search experience.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/ajax-searchwp/reviews/)

## Contributors & Developers

“Super Ajax Search” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Naveen Gaur ](https://profiles.wordpress.org/naveendeveloper/)

[Translate “Super Ajax Search” into your language.](https://translate.wordpress.org/projects/wp-plugins/ajax-searchwp)

### Interested in development?

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

## Changelog

#### 2.0.0

 * **New:** Thumbnail support in search results.
 * **New:** Smart excerpts with keyword highlighting.
 * **New:** Result grouping by Post Type or Category.
 * **New:** Category filter dropdown.
 * **New:** 300ms debounced search to reduce server load.
 * **New:** REST API endpoint (replaces admin-ajax.php).
 * **New:** Transient caching (configurable TTL).
 * **New:** Keyboard navigation (arrow keys, Enter, Escape).
 * **New:** Vanilla JS — jQuery dependency removed.
 * **New:** Multi-instance shortcode support.
 * **New:** PHPUnit test suite.
 * **Security:** Explicit `post_status => 'publish'` to prevent data leakage.
 * **Security:** XSS-safe DOM rendering in JavaScript.
 * **Fix:** AJAX handlers now properly load (fixed `is_admin()` bootstrap bug).
 * **Refactor:** Full rename from Ajax SearchWP to Super Ajax Search.
 * **Refactor:** Options migrated from `ajax_searchwp_*` to `super_ajax_search_*`.
 * **Compat:** PHP 8.1+ with typed properties and return types.
 * **Compat:** WordPress 6.7 tested.

#### 1.5.0

 * Initial public release.

## Meta

 *  Version **2.0.0**
 *  Last updated **2 շաբաթ ago**
 *  Active installations **30+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 8.1 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ajax-searchwp/)
 * Tags
 * [ajax search](https://hy.wordpress.org/plugins/tags/ajax-search/)[autocomplete](https://hy.wordpress.org/plugins/tags/autocomplete/)
   [instant search](https://hy.wordpress.org/plugins/tags/instant-search/)[live search](https://hy.wordpress.org/plugins/tags/live-search/)
   [search plugin](https://hy.wordpress.org/plugins/tags/search-plugin/)
 *  [Advanced View](https://hy.wordpress.org/plugins/ajax-searchwp/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/ajax-searchwp/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/ajax-searchwp/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/ajax-searchwp/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/ajax-searchwp/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/ajax-searchwp/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ajax-searchwp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ajax-searchwp/reviews/)

## Contributors

 *   [ Naveen Gaur ](https://profiles.wordpress.org/naveendeveloper/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ajax-searchwp/)