SearchAutocomplete implements the jQuery UI Autocomplete functionality on your Wordpress installation. It provides several basic options such as:
- jQuery ThemeRoller integration
- Generic field selection. Any valid CSS selector can be used to pick the search field
- Custom Post Type and Taxonomy support
- Minimum character count
- Hotlink resulting Post/Page titles directly to their respective items
If you're going to mark this plugin as broken please contact me to let me know what the problem is.
http://hereswhatidid.com/search-autocomplete/
If you have any questions or comments please contact me.
This section describes how to install the plugin and get it working.
- Download the plugin from the Wordpress repository
- Upload
search-autocomplete
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- {Optional} If you want to add aditional themes to the settings, create the theme with the jQuery UI ThemeRoller and upload the resulting "/css/" directory to the "/css/" of this plugins installed directory.
Yes, but it's recommended that you create a copy of the theme that you are going to modify rather than directly editing it. Future releases of this plugin may overwrite your changes if they are made to default theme files.
Please contact the author for support. Thanks!
- Fixed bug with js file path
- Fixed bug with hotlinking options not saving
- Added new passed parameter to the title and url filters that contains information about the current term or post (id, type, taxonomy, posttype)
- Fixed bug with taxonomy/post order was being ignored
- Fixed bug Taxonomy type options being ignored
- Fixed bug with minLength being ignored
- Fixed bug with ThemeRoller dropdown generation
- Fixed bug with Taxonomy searches that left blank titles in the dropdown
- Add ability to style the matching characters in the dropdown
- Fixed bug with saving settings and no post types are selected
- Added option for disabling plugin styles
- Added filters for autocomplete content: 'search_autocomplete_modify_title', 'search_autocomplete_modify_url', 'search_autocomplete_modify_results'
- Fixed bug with existing stylesheet paths not resolving properly
- Complete overhaul to use the built-in WordPress AJAX methods
- Added support for custom post types
- Added support for custom taxonomies
- Fixed potential SQL injection point.
- Fixed issues resulting from no value entered for option fields.
- Added options for linking directly to keyword/category term pages.
- Removed deprecated function calls
- Database prefix adjustment
- Directory separator fix specific to server OS
- Directory separator fix
- Fixed a pathing issue for the CSS
- Initial submition of the plugin
Fixed potential SQL injection point.
Database prefix adjustment
Directory separator fix specific to server OS
Directory separator fix
Fixed a pathing issue for the CSS
This is the first version.
- SearchAutocomplete theme samples
- SearchAutocomplete settings page