WP Manifestindependent plugin directory
manifest / utilities / widget-ajax-search

Widget AJAX Search

Provides a high-speed cached AJAX search box.

by Chout · github.com/errormouse/widget-ajax-search

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/errormouse/widget-ajax-search/archive/refs/heads/main.zip

Readme

=== Widget AJAX Search === Contributors: nmtnguyen56 Donate link: https://chout.id.vn/donate Tags: ajax-search, ajax search, live search, widget search, generatepress Requires at least: 5.2 Tested up to: 7.0 Stable tag: 1.0 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

A plugin that provides a super-fast AJAX search box via shortcode and widget. Built-in Object Cache and keyboard navigation support.

== Description ==

Widget AJAX Search is a lightweight and powerful plugin that helps users search for posts instantly without reloading the page.

Key features:

  • Instant response speed with Object Cache.
  • Supports Vietnamese accent-insensitive keyword search.
  • Highlights matching keywords.
  • Navigate using Up/Down arrow keys and press Enter to access.
  • Supports the [ajax_search] shortcode and an intuitive drag-and-drop Widget.
  • Automatically integrates perfectly with the GeneratePress theme.

== Installation ==

  1. Upload the widget-ajax-search folder to your /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Use the [ajax_search] shortcode or add the 'AJAX Search' Widget to your Sidebar/Footer.

== Frequently Asked Questions ==

= Can I display more results? = By default, the system displays the 50 most relevant results to ensure your website's performance.

= How can I change the magnifying glass icon? = You can override the CSS of the #was-search-input ID in your theme to replace the background image SVG code.

== Screenshots ==

  1. The search interface displayed on the frontend.
  2. The Widget settings interface in the Admin area.

== Changelog ==

= 1.0 =

  • Initial release.

Read the full README on GitHub →