{"id":4238,"date":"2008-12-14T15:39:40","date_gmt":"2008-12-14T15:39:40","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-autosuggest\/"},"modified":"2009-06-13T06:56:17","modified_gmt":"2009-06-13T06:56:17","slug":"wp-autosuggest","status":"closed","type":"plugin","link":"https:\/\/es.wordpress.org\/plugins\/wp-autosuggest\/","author":1014232,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.24","stable_tag":"0.24","tested":"2.8","requires":"2.7","requires_php":"","requires_plugins":"","header_name":"WP AutoSuggest","header_author":"Elie El Khoury and Oskari Rauta","header_description":"","assets_banners_color":"","last_updated":"2009-06-13 06:56:17","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=RDWSGQXGQEBNA&lc=US&item_name=WP%2dAutoSuggest%20WordPress%20Plugin&item_number=wpautosuggest&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted","header_plugin_uri":"http:\/\/www.ekhoury.com\/wp-autosuggest\/","header_author_uri":"http:\/\/www.ekhoury.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":8246,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.21","0.22","0.23","0.24"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573768","resolution":"1","location":"plugin","width":236,"height":265},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1573768","resolution":"2","location":"plugin","width":231,"height":269}},"screenshots":{"1":"Here is a screenshot of plugin in action with browser that has support for CSS3.","2":"A screenshot of plugin in action with browser that does not support CSS3 or has CSS3 support disabled."}},"plugin_section":[],"plugin_tags":[221,3227,944],"plugin_category":[59],"plugin_contributors":[79869,89460],"plugin_business_model":[],"class_list":["post-4238","plugin","type-plugin","status-closed","hentry","plugin_tags-ajax","plugin_tags-autosuggest","plugin_tags-search","plugin_category-utilities-and-tools","plugin_contributors-eliekhoury","plugin_contributors-jake1981","plugin_committers-eliekhoury"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-autosuggest.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-autosuggest\/trunk\/screenshot-1.png?rev=1573768","caption":"Here is a screenshot of plugin in action with browser that has support for CSS3."},{"src":"https:\/\/ps.w.org\/wp-autosuggest\/trunk\/screenshot-2.png?rev=1573768","caption":"A screenshot of plugin in action with browser that does not support CSS3 or has CSS3 support disabled."}],"raw_content":"<!--section=description-->\n<p>WP AutoSuggest adds the <code>Auto Suggest<\/code> support to the WordPress search. The visitor can enter a keyword and the plugin will show him a few suggestion via an AJAX request before submitting the search query. The visitor can continue his search by pressing enter or he\/she can use the keyboard arrows (up and down) to visit directly a suggested post.<\/p>\n\n<h3>Changelog - from 0.23 to 0.24<\/h3>\n\n<ul>\n<li>CSS has been fixed to validate. ( background-image: transparent; -&gt; background: transparent; )<\/li>\n<\/ul>\n\n<h3>Changelog - from 0.22 to 0.23<\/h3>\n\n<ul>\n<li>Move images to plugin's root directory\/images and update CSS accordingly\nto this location. Most wp extensions store images like this and while this\nis completely invisible to end user - it makes it simpler for developers.<\/li>\n<li>Pressing enter on search field did not submit form earlierly on all\nbrowsers. This now has been changed and advantage is that when wp-autosuggest\nis enabled, user can have a form without submit button and form is submitted\nby pressing ENTER when cursor is on search field. (Some browsers would do\nthis behavior even without the code)<\/li>\n<\/ul>\n\n<h3>Changelog - from 0.21 to 0.22<\/h3>\n\n<ul>\n<li>Changed loading of javascript and css to new way which was introduced in\nwordpress 2.7 and should be used since then - this new way to define loading\nof scripts and styles avoids them from loading twice - and there also are\nplugins that allow installation to use google hosted scripts if available\nas well - but they only work if you use this new way.\nUnfortunately this breaks compatibility to older WP installations than 2.7\n\n<ul>\n<li>although this COULD be made backwards compatible by checking first if\nwp_enqueue_script and wp_enqueue_style functions are missing and in that\ncase software would use the old way. This has not been done in 0.22.\nIf you are using older than 2.7 - Do not upgrade to v0.22<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h3>Changelog - from 0.2 to 0.21<\/h3>\n\n<ul>\n<li>Changed readme.txt<\/li>\n<\/ul>\n\n<h3>Changelog - from 0.1 to 0.2<\/h3>\n\n<ul>\n<li>Round corners only worked nicely with white background (images didn't have transparency);\nRemoved round corner images for container and made corners round with CSS3.<\/li>\n<li>Changed \"tip\" graphic<\/li>\n<li>wp-autosuggest html: layout has been simplified<\/li>\n<li>wp-autosuggest css: removed unnecessary parts<\/li>\n<li>Localization support added:\n\n<ul>\n<li>tested that it works with and without languageswitcher plugin<\/li>\n<li>removed setting that contained \"no results\" text, this now on is fetched from localization file<\/li>\n<li>fixed broken support for international characters<\/li>\n<\/ul><\/li>\n<li>Fixed a typo in the beginning of javascript file (there was extra \"7\" before comments in beginning of file)<\/li>\n<li>Removed some unnecessary files.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>Installing WP AutoSuggest is very straight forward:<\/p>\n\n<ol>\n<li>Upload <code>wp-autosuggest<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>We're done!<\/li>\n<\/ol>\n\n<p>Some templates have the search input ID changed which is by default <code>s<\/code>, you change it from the <code>WP AutoSuggest<\/code> settings page.<\/p>","raw_excerpt":"WP AutoSuggest adds the Auto Suggest support to the WordPress search.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/4238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=4238"}],"author":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/eliekhoury"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=4238"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=4238"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=4238"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=4238"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=4238"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=4238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}