=== Taxonomy Admin Search ===
Contributors: triwebdigital
Tags: taxonomy, search, admin, ajax
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 6.8
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://buymeacoffee.com/sunnydadi

Adds an AJAX-powered search box to taxonomy metaboxes on the post edit screen when a taxonomy has more than 5 terms.

== Description ==

This plugin injects a small search box at the top of taxonomy metaboxes (the checkbox lists) on the post edit screen. It only appears for taxonomies that have more than 5 terms to avoid clutter.

Search queries are performed via AJAX and the checklist is filtered client-side for a quick, responsive experience.

== Installation ==

1. Upload the `taxonomy-admin-search` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Edit a post that uses a taxonomy with more than 5 terms and the search box will appear above the taxonomy metabox.

== Screenshots ==

1. Search box above taxonomy metabox.

== Frequently Asked Questions ==

= Will this plugin change term assignments? =
No. It only shows/hides existing checklist items. It doesn't add, remove, or modify terms.

= Can I change the threshold of 5 terms? =
Not from the UI yet. You can change the threshold by editing the plugin source where `intval($count) > 5` is used.

== Upgrade Notice ==

= 1.1.0 =
Recommended update for improved compatibility and safety.

= 1.0.0 =
Initial release.

== Changelog ==

= 1.1.0 =
* Production-ready improvements: i18n, versioned assets, safety checks, readme and license.

= 1.0.0 =
* Initial release
