=== Admin SearchLight === Contributors: Mahi-Mahi, POSVITE Matthias Tags: admin, search, autocomplete, ajax, searchlight, custom-type Requires at least: 3.0.3 Tested up to: 3.1 Stable tag: 0.1 Donate link: n/a This plugin allow admin-wide search for any posts ( including custom post types ), using jQuery SearchLight ( https://github.com/RyanWilliams/SearchLight ) == Description == Create a admin-wide search field in WordPress Admin header bar. Results are displayed with jQuery Searchlight Plugin ( https://github.com/RyanWilliams/SearchLight ), allowing by custom type results. Admin Searchlight looks for any post_title matching the typed phrase. If the Admin bar(available since 3.1.0) is visible, plugin binds with search form of Admin bar. You must configure this plugin to clarify the search. We must configure to display results of allowed post types. The admin page sets in Tools>Admin Searchlight. = Feature = * supports custom post types. * You must type 2 characters min. to activate autocomplete Admin SearchLight. * For each post type, 5 results max. are displayed. * If a post type has more 5 results, a direct link allow acces to all results on the post type admin page. * Admin page allows to filter better == Installation == 1. Upload `admin-searchlight.zip` to the `/wp-content/plugins/` directory 2. unzip `admin-searchlight.zip` 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Typed your search in the admin header bar or admin bar(if it activate). == Frequently Asked Questions == n/a == Screenshots == screenshot-1.png screenshot-2.PNG == Changelog == = 0.2 = * admin page * enable/disabled custom type in results * enable/disabled icon * internationalization (i18n) * enable searchlight in 3.1 admin bar = 0.1 = * search multi post type == TODO == * ajax enhancement * mySQL full-text search when available.