Title: Super Ajax Search
Author: Naveen Gaur
Published: <strong>2024-08-14</strong>
Last modified: 2026-04-09

---

Szukaj wtyczek

![](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

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/ajax-searchwp/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/ajax-searchwp/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/ajax-searchwp/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/ajax-searchwp/#developers)

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

## Opis

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/

## Instalacja

 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…"]`

## Najczęściej zadawane pytania

### 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.

## Recenzje

![](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/) 2026-04-14

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/) 2024-08-30

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/) 2024-08-24

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.

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

## Kontrybutorzy i deweloperzy

„Super Ajax Search” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Super Ajax Search” na swój język.](https://translate.wordpress.org/projects/wp-plugins/ajax-searchwp)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/ajax-searchwp/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/ajax-searchwp/) lub czytaj 
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/ajax-searchwp/) przez 
[RSS](https://plugins.trac.wordpress.org/log/ajax-searchwp/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 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

 *  Wersja **2.0.0**
 *  Ostatnia aktualizacja **5 miesięcy temu**
 *  Włączone instalacje **40+**
 *  Wersja WordPressa ** 6.0 lub nowszej **
 *  Testowano do **6.9.7**
 *  Wersja PHP ** 8.1 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/ajax-searchwp/)
 * Tagi
 * [ajax search](https://pl.wordpress.org/plugins/tags/ajax-search/)[autocomplete](https://pl.wordpress.org/plugins/tags/autocomplete/)
   [instant search](https://pl.wordpress.org/plugins/tags/instant-search/)[live search](https://pl.wordpress.org/plugins/tags/live-search/)
   [search plugin](https://pl.wordpress.org/plugins/tags/search-plugin/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/ajax-searchwp/advanced/)

## Oceny

 5 na 5 gwiazdek.

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

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

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

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