=== Plugin Name === Contributors: fcc Donate link: Tags: search, faceted search, .gov, gov, open gov, refine, widget Requires at least: 3.1 Tested up to: 3.2 Stable tag: 1.2 Sidebar Widget to allow filtering indexes by builtin and custom taxonomies. == Description == Allows filtering of any search results of archive (tag, category, year, month, etc.) by any built in (category, tag) or custom taxonomies. Places clickable list of taxonomies and terms in sidebar widget with count of posts for each. Allows users to query by multiple taxonomies. Used for internal FCC project and open sourced July, 2011. == Installation == 1. Upload `faceted-search-widget.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Drag and drop widget into sidebar == Changelog == = 1.2 = * Added support for internationalization of number formatting = 1.1 = * Now uses the [Widget API](http://codex.wordpress.org/Widgets_API) * Ability to specify widget title * Removed trailing whitespace from file = 1.0 = * Initial Release