=== Plugin Name === Contributors: graemeboy Donate link: http://www.graemeboy.com Tags: serach Requires at least: 3.0.1 Tested up to: 4.1 Stable tag: 1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A blazingly fast drop-down search widget for Wordpress == Description == Responds to key press, instantly presents a drop-down menu of post titles for the user to select from (with ten-post max per result set). The user can scroll through the list of posts using the mouse or keyboard (pressing enter or clicking on a title will take the user to the selected post.) Data for posts are loaded asychronously once the page is loaded, and so it will not affect the page loading speed. Only one request per page load is ever sent to the server, which queries for cached post information, and therefore the plugin is performant. == Installation == 1. Unzip `wp-fast-search.zip` in the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place the WP Fast Searchw widget in your sidebar via the Appearance menu == Frequently Asked Questions == = Will adding this to my sidebar slow down my page load speed? = Data for posts are loaded asychronously once the page is loaded, and so it will not affect the page loading speed. = Will this cause a lot of strain on my server? = Only one request per page load is ever sent to the server, which queries for cached post information, and therefore the plugin is performant. == Screenshots == 1. This is a screenshot of the plugin in action on an example site. 2. This is a screenshot of typical settings for the plugin. == Changelog == = 1.0 = * Initial release == Upgrade Notice == = 1.0 = * Initial release