Widget AJAX Search
Provides a high-speed cached AJAX search box.
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.zipReadme
=== 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 ==
- Upload the widget-ajax-search folder to your /wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- 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 ==
- The search interface displayed on the frontend.
- The Widget settings interface in the Admin area.
== Changelog ==
= 1.0 =
- Initial release.