=== Autocompleter === Contributors: Nik Chankov Donate link: http://nik.chankov.net/autocompleter/ Tags: search, autocomplete, ajax Requires at least: 2.6.x Tested up to: 2.6.5 Stable tag: 1.0 Adding autocomplete functionality to the blog search input field. The values provided are the tags and categories used in the blog. == Description == This plugin adding autocomplete functionality to search input field. It is using core jQuery library as well as autocomplete jquery plugin from http://www.pengoworks.com/workshop/jquery/autocomplete.htm This plugin requires zero configuration. You just need to activate and it's ready to be used in the blog. The plugin is tested with Wordpress 2.6.5, but until there aren't big core changes, it sould work for all future releases. I don't have information if this plugin will work with older versions of Wordpress, but for sure it is working with 2.6.x == Important note for installation == Important is to check if the search text field has id attribute. The value of this attribute should be "s" Example of the search field without id.
The field should look this way in order to work the Autocomplete plugin.
== Thanks to == * jquery.com * jQuery Autocomplete Plugin == Installation == This section describes how to install the plugin and get it working. 1. Download the plugin from the Wordpress repository 2. Upload `autocompleter` to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Check if in the search input field in your theme has id attribute. Important is that the id attribute should be "s". See the example in Description section. == Frequently Asked Questions == = Why this plugin is useful for users of your blog? = It's useful because they can easily check what themes you writing for, and this way they could find the desired article more easily. = Is it possible to use it with non standart search like Google Custom Search Engine or similar? = Yes of course, it's important to have the proper id of the input field. = Is it heavy for my blog? = No, it searching only in one table so, it is not heavy at all. = Is it secure? = Thank you for that question :). Actually it's escaping the search string with functions provided from Wordpress, os if you find Wordpress secure, means that the plugin is secure as well. Use Contact the author for suport and other questions. Thanks! == Screenshots == No screenshots available