=== WP Admin Category Search === Contributors: atillaordog Donate link: http://attilaordog.wordpress.com/contribution/ Tags: categories Requires at least: 3.0.1 Tested up to: 5.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Stable Tag: trunk This plugin adds search functionality to category-like taxonomies and dropdowns like author on add / edit post / page admin pages. Since version 5 of WP, this plugin works with classic editor. == Description == The search fields simply filter the lists in their current box. Use the settings page to manage the location of search fields. Simple as the sun, using easy JS. Especially useful when there are a lot of categories, like in case of a shop. It needs jQuery to run ! Trims beginning and ending spaces ! Works with the classic editor of Wordpress 5, the new editor has this functionality included. == Installation == To install the plugin, simply install it from the directory, or use the following steps 1. Upload the folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Done == Screenshots == 1. Search field as a new tab. Click Go to go back to the filtered list. 2. Search field below taxonomy title. Filters as you type. 3. Search field at author. Filters options as you type. 4. Settings page. == Changelog == = 0.2 = * Made the input field look nicer * Reset link now resets search field, too = 0.3 = * Made the plugin compatible with WP 4.2 = 0.4 = * Made the plugin compatible with WP 4.4.1 * Added code that makes ENTER act like the go button on the search field = 0.5 = * Made the plugin compatible with WP 4.7.2 = 1.0 = * Updated the plugin * Added settings page so you can decide how to use this plugin * Updated compatibility, updated code