Releases: bearded-avenger/wp-live-search
Releases · bearded-avenger/wp-live-search
0.9
0.8
- added "dropdown" option mode for use in small spaces
- added "results_style" option for use in small spaces
- added "excerpt" option to show excerpt
- added five action hooks
0.7.1
- fixed target="" feature only receiving one search result
0.7
- fixed results being returned in reverse order
- added multiple post type support by using type="typeone,typetwo" multi="true"
- added an option to set the number of results returned
- added a "compact" mode option to that it can be used in places like a header widget
0.6
- added custom post type support
0.5
- added an option to specify a target div for the search results to be sent to
- replaced all inline js styles with CSS classes
0.4.1
- removed the search being closed when you click out
- added an icon that will clear the search
0.4
- dont allow empty values and spaces for search
- allow enter to search so long as nothing is empty
- added a template function
- added searchAction schema
- misc style improvements
- added a define to allow CSS file not be loaded
- returns 20 results for now until we work in pagination/lazy loading
0.3
- featured image support
- renamed to WP Live Search
- added options in shortcode to change placeholder text and results text
- added character helper if user doesn't type enough characters
a more visually complete plugin
- added some styles
- added a loading indicator
- added option to set entries text
- misc fixes